[Haskell-cafe] Package bounds approximation
Daniel Trstenjak
daniel.trstenjak at gmail.com
Wed Sep 3 18:45:05 UTC 2014
> What I do atm, is trying to compile using versions of an old haskell platform (like last year or something...)
>
Now cabal-bounds[1] really has the option '--haskell-platform' ;).
So now you can call:
cabal-bounds update --haskell-platform=2013.2.0.0 project.cabal
or more convenient
cabal-bounds update --haskell-platform=previous project.cabal
Greetings,
Daniel
[1] https://github.com/dan-t/cabal-bounds
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140903/a077c11d/attachment.html>
More information about the Haskell-Cafe
mailing list