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
|
||||
, blazeBuilderConduit, blazeHtml, blazeMarkup, conduit, dataDefault
|
||||
, failure, hspec, HUnit, monadControl, resourcet, systemFilepath
|
||||
, text, transformers, xmlTypes
|
||||
, deepseq, failure, hspec, HUnit, monadControl, resourcet
|
||||
, systemFilepath, text, transformers, xmlTypes
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "xml-conduit";
|
||||
version = "1.1.0.5";
|
||||
sha256 = "1ryiacx42hdh564zy6dj5vxxl2l8flfffmdw8shb32w3gp11fzmp";
|
||||
version = "1.1.0.6";
|
||||
sha256 = "08kz982c95hcni6zbrflv8kqvy7wccb19plsmwczhzcsifam5a9k";
|
||||
buildDepends = [
|
||||
attoparsec attoparsecConduit blazeBuilder blazeBuilderConduit
|
||||
blazeHtml blazeMarkup conduit dataDefault failure monadControl
|
||||
resourcet systemFilepath text transformers xmlTypes
|
||||
blazeHtml blazeMarkup conduit dataDefault deepseq failure
|
||||
monadControl resourcet systemFilepath text transformers xmlTypes
|
||||
];
|
||||
testDepends = [
|
||||
blazeMarkup conduit hspec HUnit text transformers xmlTypes
|
||||
|
Loading…
Reference in New Issue
Block a user