Closed pmlodawski closed 10 years ago
I don't think this is a bug. I suspect that in the first case, cabal tries to reuse packages that you already have installed. Comparing the build outputs, attoparsec
and scientific
are good candidates that you might have around already. Now if your already installed version of scientific
is too old for aeson-0.7.0.6
, then cabal-install
will pick an older one.
I'm closing this. Feel free to reopen if you disagree.
When I create an empty sandbox and install in it postgresql-simple-0.4.2.2, it installs old version of aeson (0.6.2.1). See log below:
Installing newest version of aeson works, but must be forced by a command:
I'm using cabal-install version 1.20.0.1 using version 1.20.0.0 of the Cabal library