Am 27.09.2010 14:06, schrieb Christian Maeder: >> The HTTP.cabal file is not correct! >> Build-depends: base >= 2 && < 4, network, parsec, mtl > > Changing "< 4" to "< 5" works for the HTTP package (which is buggy > anyway http://hackage.haskell.org/trac/ghc/ticket/4251). > > But adjusting cabal-install.cabal is not enough.
It works with the darcs version http://darcs.haskell.org/cabal-install/ Oddly, the Cabal version displayed is: cabal-install version 0.9.2 using version 1.9.2 of the Cabal library although ghc-7 comes with Cabal-1.10.0.0 C. diff -rN old-cabal-install//cabal-install.cabal new-cabal-install//cabal-install.cabal 87c87 < Cabal >= 1.9 && < 1.10, --- > Cabal >= 1.9 && < 1.11, 92c92 < time >= 1.1 && < 1.2 --- > time >= 1.1 && < 1.3 99c99 < directory >= 1 && < 1.1, --- > directory >= 1 && < 1.2, 102c102 < containers >= 0.1 && < 0.4, --- > containers >= 0.1 && < 0.5, _______________________________________________ Glasgow-haskell-users mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
