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:
commit
afaa01c957
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "xml-conduit";
|
pname = "xml-conduit";
|
||||||
version = "1.2.3";
|
version = "1.2.3.1";
|
||||||
sha256 = "1knwmvs9hczlknyi27hciy1xkn219s6niv3w7q0wkw6rxz2q555v";
|
sha256 = "10cqhqpc85zx87jc0hapzkvwm76drpxqsjliipvlah2a0x8l4ai8";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec blazeBuilder blazeHtml blazeMarkup conduit conduitExtra
|
attoparsec blazeBuilder blazeHtml blazeMarkup conduit conduitExtra
|
||||||
dataDefault deepseq monadControl resourcet systemFilepath text
|
dataDefault deepseq monadControl resourcet systemFilepath text
|
||||||
@ -18,7 +18,6 @@ cabal.mkDerivation (self: {
|
|||||||
blazeMarkup conduit hspec HUnit resourcet text transformers
|
blazeMarkup conduit hspec HUnit resourcet text transformers
|
||||||
xmlTypes
|
xmlTypes
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/xml";
|
homepage = "http://github.com/snoyberg/xml";
|
||||||
description = "Pure-Haskell utilities for dealing with XML with the conduit package";
|
description = "Pure-Haskell utilities for dealing with XML with the conduit package";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user