Sat Jul  5 03:50:48 PDT 2008  Ross Paterson <[EMAIL PROTECTED]>
  * 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

_______________________________________________
cabal-devel mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cabal-devel

Reply via email to