haskell-xml-conduit: update to version 1.2.0.1
This commit is contained in:
parent
cb81cfeaa9
commit
bc9140a608
@ -1,20 +1,21 @@
|
|||||||
{ cabal, attoparsec, attoparsecConduit, blazeBuilder
|
{ cabal, attoparsec, attoparsecConduit, blazeBuilder
|
||||||
, blazeBuilderConduit, blazeHtml, blazeMarkup, conduit, dataDefault
|
, blazeBuilderConduit, blazeHtml, blazeMarkup, conduit
|
||||||
, deepseq, hspec, HUnit, monadControl, resourcet, systemFilepath
|
, conduitExtra, dataDefault, deepseq, hspec, HUnit, monadControl
|
||||||
, text, transformers, xmlTypes
|
, resourcet, systemFilepath, text, transformers, xmlTypes
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "xml-conduit";
|
pname = "xml-conduit";
|
||||||
version = "1.2.0";
|
version = "1.2.0.1";
|
||||||
sha256 = "0sh4f645ysj2dzd58a1b1y2pqqcg6khav27lgy2j3fqgm6mryxhj";
|
sha256 = "0ry3h1csblssv2x8b63hvl2gqc0wyzyqbvp6iyisrk77wkz72jw9";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec attoparsecConduit blazeBuilder blazeBuilderConduit
|
attoparsec attoparsecConduit blazeBuilder blazeBuilderConduit
|
||||||
blazeHtml blazeMarkup conduit dataDefault deepseq monadControl
|
blazeHtml blazeMarkup conduit conduitExtra dataDefault deepseq
|
||||||
resourcet systemFilepath text transformers xmlTypes
|
monadControl resourcet systemFilepath text transformers xmlTypes
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
blazeMarkup conduit hspec HUnit text transformers xmlTypes
|
blazeMarkup conduit hspec HUnit resourcet text transformers
|
||||||
|
xmlTypes
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/xml";
|
homepage = "http://github.com/snoyberg/xml";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user