haskell-xml-conduit: update to version 1.1.0.6
This commit is contained in:
parent
baf44bfbbf
commit
e63aed801f
@ -1,17 +1,17 @@
|
|||||||
{ cabal, attoparsec, attoparsecConduit, blazeBuilder
|
{ cabal, attoparsec, attoparsecConduit, blazeBuilder
|
||||||
, blazeBuilderConduit, blazeHtml, blazeMarkup, conduit, dataDefault
|
, blazeBuilderConduit, blazeHtml, blazeMarkup, conduit, dataDefault
|
||||||
, failure, hspec, HUnit, monadControl, resourcet, systemFilepath
|
, deepseq, failure, hspec, HUnit, monadControl, resourcet
|
||||||
, text, transformers, xmlTypes
|
, systemFilepath, text, transformers, xmlTypes
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "xml-conduit";
|
pname = "xml-conduit";
|
||||||
version = "1.1.0.5";
|
version = "1.1.0.6";
|
||||||
sha256 = "1ryiacx42hdh564zy6dj5vxxl2l8flfffmdw8shb32w3gp11fzmp";
|
sha256 = "08kz982c95hcni6zbrflv8kqvy7wccb19plsmwczhzcsifam5a9k";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec attoparsecConduit blazeBuilder blazeBuilderConduit
|
attoparsec attoparsecConduit blazeBuilder blazeBuilderConduit
|
||||||
blazeHtml blazeMarkup conduit dataDefault failure monadControl
|
blazeHtml blazeMarkup conduit dataDefault deepseq failure
|
||||||
resourcet systemFilepath text transformers xmlTypes
|
monadControl resourcet systemFilepath text transformers xmlTypes
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
blazeMarkup conduit hspec HUnit text transformers xmlTypes
|
blazeMarkup conduit hspec HUnit text transformers xmlTypes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user