haskell-xml-conduit: update to version 1.2.3.1

This commit is contained in:
Nikita Karetnikov 2015-01-29 00:26:17 +03:00
parent a2f6a768f2
commit 8f8258eeab

View File

@ -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";