
haxr will no longer compile from cabal because of the dependency marked HTTP > 1.0. The current version of the library requires HTTP < 4000.0.0 as it stands. Can it be updated real quick in hackage? -- Jeff

I think you can pass "--preference=HTTP==3001.1.5" to cabal-install 0.6.2, try cabal install haxr --preference=HTTP==3001.1.5 Cheers Christian Jeff Heard wrote:
haxr will no longer compile from cabal because of the dependency marked HTTP > 1.0. The current version of the library requires HTTP < 4000.0.0 as it stands. Can it be updated real quick in hackage?
-- Jeff

Hi Jeff, I have an updated and _seemingly_ working version of the haxr codebase, but haven't had a chance to test it more than a gentle poke at the tires. Will see if I can upload & commit the bits. --sigbjorn On 4/22/2009 07:37, Jeff Heard wrote:
haxr will no longer compile from cabal because of the dependency marked HTTP > 1.0. The current version of the library requires HTTP < 4000.0.0 as it stands. Can it be updated real quick in hackage?
-- Jeff _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

OK, new release of haxr available via hackage; compilable with ghc-6.10.1 (but may very well have bootstrap issues with 6.10.2 due to 'time' dependency) http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haxr enjoy --sigbjorn Sigbjorn Finne wrote:
Hi Jeff,
I have an updated and _seemingly_ working version of the haxr codebase, but haven't had a chance to test it more than a gentle poke at the tires.
Will see if I can upload & commit the bits.
--sigbjorn
On 4/22/2009 07:37, Jeff Heard wrote:
haxr will no longer compile from cabal because of the dependency marked HTTP > 1.0. The current version of the library requires HTTP < 4000.0.0 as it stands. Can it be updated real quick in hackage?
-- Jeff _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (3)
-
Christian Maeder
-
Jeff Heard
-
Sigbjorn Finne