patch applied (cabal): fix #if __GLASGOW_HASKELL__ test
5 Jul
2008
5 Jul
'08
6:54 p.m.
Sat Jul 5 03:50:48 PDT 2008 Ross Paterson <ross@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-6bbecf4b2...
6587
Age (days ago)
6587
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ross Paterson