pre-710 compatibility stuff

lennart spitzner lsp at informatik.uni-kiel.de
Sat Oct 24 10:19:38 UTC 2015


hi,

should we use
#if __GLASGOW_HASKELL__ < 710
or
#if !MIN_VERSION_base(4,8,0)
?

currently both are used in different places, and i have no idea if
there is a difference/if it matters. if it does not, i suggest
conventionizing one of the two.


lennart


More information about the cabal-devel mailing list