[Haskell-cafe] how to force hackage to use ghc 6.12.3
Daniel Fischer
daniel.is.fischer at googlemail.com
Mon May 9 11:38:47 CEST 2011
On Monday 09 May 2011 08:54:49, Michal Konečný wrote:
> I was hoping hackage will try also ghc 6.12.3 but it does not. Is there
> some way I can change the cabal file to help hackage to compile it with
> 6.12.3 and generate haddock? The package requires base >= 4 so I
> cannot try base < 4.
base >= 4 && < 4.3
should do it
More information about the Haskell-Cafe
mailing list