[Haskell-cafe] library conflicts and how to resolve them

Graham Berks graham at fatlazycat.com
Sun May 6 20:46:59 CEST 2012


Attempting  

$ cabal install persistent
Resolving dependencies...
In order, the following would be installed:
aeson-0.6.0.2 (reinstall) changes: mtl-2.1.1 -> 2.0.1.0
persistent-0.9.0.3 (new package)
cabal: The following packages are likely to be broken by the reinstalls:
buildwrapper-0.5.2
Use --force-reinstalls if you want to install anyway.


Any ideas what is going on ? I believe aeson-0.6.0.2  is already installed.
And as far as I can tell the build of aeson-0.6.0.2 doesn't require that specific version of mtl.

Am I missing something ? Is there a way to force ghc to ignore this ??

Thanks 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120506/18b4d37d/attachment.htm>


More information about the Haskell-Cafe mailing list