
On Sun, Feb 5, 2012 at 12:54 PM, Erik de Castro Lopo
Michael Snoyman wrote:
I've just released WAI and Warp 1.1, which is a minor (but breaking) change to 1.0.
Yay!
The differences are:
* We now use a Source instead of a BufferedSource for requestBody * Support for conduit 0.2
This release includes updates to the entire WAI family of packages. As usual, there are various bug fixes/performance enhancements throughout the code base.
I'm running ghc 7.4.1 here and it seems some of the package dependencies aren't quite right for 7.4.
This may be because yesod has not been uploaded yet. If that is correct, I encourage you to do so because yesod is not cabal installable with 7.4 (deep dependencies on stuff like array, deepseq and directory that definitely should not be upgraded).
Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
I haven't updated to 7.4.1 yet, but I have one of the 7.4.0 release candidates, and everything installs just fine. What messages are you getting? Michael