[Hackage] #309: cabal install should recognize if package was already configured
#309: cabal install should recognize if package was already configured -+-- Reporter: bfr |Owner: Type: defect | Status: new Priority: normal |
patch applied (cabal): fix #if __GLASGOW_HASKELL__ test
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