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
|
||||
, blazeBuilderConduit, blazeHtml, blazeMarkup, conduit, dataDefault
|
||||
, deepseq, hspec, HUnit, monadControl, resourcet, systemFilepath
|
||||
, text, transformers, xmlTypes
|
||||
, blazeBuilderConduit, blazeHtml, blazeMarkup, conduit
|
||||
, conduitExtra, dataDefault, deepseq, hspec, HUnit, monadControl
|
||||
, resourcet, systemFilepath, text, transformers, xmlTypes
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "xml-conduit";
|
||||
version = "1.2.0";
|
||||
sha256 = "0sh4f645ysj2dzd58a1b1y2pqqcg6khav27lgy2j3fqgm6mryxhj";
|
||||
version = "1.2.0.1";
|
||||
sha256 = "0ry3h1csblssv2x8b63hvl2gqc0wyzyqbvp6iyisrk77wkz72jw9";
|
||||
buildDepends = [
|
||||
attoparsec attoparsecConduit blazeBuilder blazeBuilderConduit
|
||||
blazeHtml blazeMarkup conduit dataDefault deepseq monadControl
|
||||
resourcet systemFilepath text transformers xmlTypes
|
||||
blazeHtml blazeMarkup conduit conduitExtra dataDefault deepseq
|
||||
monadControl resourcet systemFilepath text transformers xmlTypes
|
||||
];
|
||||
testDepends = [
|
||||
blazeMarkup conduit hspec HUnit text transformers xmlTypes
|
||||
blazeMarkup conduit hspec HUnit resourcet text transformers
|
||||
xmlTypes
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/xml";
|
||||
|
Loading…
Reference in New Issue
Block a user