patch applied (cabal): fix #if __GLASGOW_HASKELL__ test
Ross Paterson
ross at soi.city.ac.uk
Sat Jul 5 06:54:06 EDT 2008
Sat Jul 5 03:50:48 PDT 2008 Ross Paterson <ross at soi.city.ac.uk>
* fix #if __GLASGOW_HASKELL__ test
The problem is that
#if __GLASGOW_HASKELL__ < NNN
is also true for non-GHC. It should be
#if __GLASGOW_HASKELL__ && __GLASGOW_HASKELL__ < NNN
M ./Distribution/Compat/Map.hs -1 +1
View patch online:
http://darcs.haskell.org/cabal/_darcs/patches/20080705105048-b47d3-6bbecf4b2162a530113c368a23cdb080edded390.gz
More information about the cabal-devel
mailing list