2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2011-12-29 16:42:08 +00:00
|
|
|
{ cabal, attoparsec, attoparsecConduit, blazeBuilder
|
2014-03-30 20:07:18 +00:00
|
|
|
, blazeBuilderConduit, blazeHtml, blazeMarkup, conduit
|
|
|
|
, conduitExtra, dataDefault, deepseq, hspec, HUnit, monadControl
|
|
|
|
, resourcet, systemFilepath, text, transformers, xmlTypes
|
2011-12-29 16:42:08 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "xml-conduit";
|
2014-09-12 08:31:03 +00:00
|
|
|
version = "1.2.2";
|
|
|
|
sha256 = "0rya11zzkqkq9jspd3q75b50l0p42aq3ka77by0wan373hw4ydan";
|
2011-12-29 16:42:08 +00:00
|
|
|
buildDepends = [
|
2012-02-16 14:05:41 +00:00
|
|
|
attoparsec attoparsecConduit blazeBuilder blazeBuilderConduit
|
2014-03-30 20:07:18 +00:00
|
|
|
blazeHtml blazeMarkup conduit conduitExtra dataDefault deepseq
|
|
|
|
monadControl resourcet systemFilepath text transformers xmlTypes
|
2011-12-29 16:42:08 +00:00
|
|
|
];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [
|
2014-03-30 20:07:18 +00:00
|
|
|
blazeMarkup conduit hspec HUnit resourcet text transformers
|
|
|
|
xmlTypes
|
2013-02-24 21:09:07 +00:00
|
|
|
];
|
2014-09-12 08:11:39 +00:00
|
|
|
jailbreak = true;
|
2011-12-29 16:42:08 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/snoyberg/xml";
|
|
|
|
description = "Pure-Haskell utilities for dealing with XML with the conduit package";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|