[Haskell-cafe] Haxr doesn't compile from cabal (HTTP > 4000 breaks it)

2009-03-12 Thread Jeff Heard
The haxr cabal library dependencies seem to be off. I wonder, since haxr would benefit highly from the HTTP 4k series of performance improvements, is it trivial to make it compatible with the latest library? -- Jeff ___ Haskell-Cafe mailing list Haskell

[Haskell-cafe] Haxr doesn't compile from cabal (HTTP > 4000 breaks it)

2009-03-27 Thread Henning Thielemann
Most breakage caused by new HTTP package is due to the renaming from Response to Response_String and Request to Request_String. I think it was not a good idea to do that. There could have well be two types named Response from different modules, one with a type parameter and the other one with

Re: [Haskell-cafe] Haxr doesn't compile from cabal (HTTP > 4000 breaks it)

2009-03-28 Thread Sigbjorn Finne
On 3/12/2009 07:51, Jeff Heard wrote: The haxr cabal library dependencies seem to be off. I wonder, since haxr would benefit highly from the HTTP 4k series of performance improvements, is it trivial to make it compatible with the latest library? Hi Jeff, the required changes shouldn't be p