Merge pull request #6009 from nkaretnikov/yesod-1.4.1.4

I'll merge blindly, assuming that those changes have been tested by the submitter. If these updates cause any trouble, please don't hesitate to revoke if necessary.
This commit is contained in:
Peter Simons 2015-02-13 15:38:41 +01:00
commit afaa01c957

View file

@ -7,8 +7,8 @@
cabal.mkDerivation (self: {
pname = "xml-conduit";
version = "1.2.3";
sha256 = "1knwmvs9hczlknyi27hciy1xkn219s6niv3w7q0wkw6rxz2q555v";
version = "1.2.3.1";
sha256 = "10cqhqpc85zx87jc0hapzkvwm76drpxqsjliipvlah2a0x8l4ai8";
buildDepends = [
attoparsec blazeBuilder blazeHtml blazeMarkup conduit conduitExtra
dataDefault deepseq monadControl resourcet systemFilepath text
@ -18,7 +18,6 @@ cabal.mkDerivation (self: {
blazeMarkup conduit hspec HUnit resourcet text transformers
xmlTypes
];
jailbreak = true;
meta = {
homepage = "http://github.com/snoyberg/xml";
description = "Pure-Haskell utilities for dealing with XML with the conduit package";