Jason Dagit <da...@codersbase.com> writes:
> What I don't understand is how it's possible for the discrepancy to happen.
>  It's as if ./Setup and cabal-install use different algorithms for
> dependency resolution, but as I understand it, both should be using the
> Cabal library for that.  My only other thought is that perhaps ./Setup uses
> a different version of the Cabal library than what cabal-install uses.

My understanding is that Setup.hs will use whatever libraries you
already have installed; cabal-install will use the latest allowable
version of libraries.

-- 
Ivan Lazar Miljenovic
ivan.miljeno...@gmail.com
IvanMiljenovic.wordpress.com
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to