2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-10-13 03:48:43 -07:00
|
|
|
{ cabal, attoparsec, blazeBuilder, blazeHtml, blazeMarkup, conduit
|
2014-03-30 13:07:18 -07:00
|
|
|
, conduitExtra, dataDefault, deepseq, hspec, HUnit, monadControl
|
|
|
|
, resourcet, systemFilepath, text, transformers, xmlTypes
|
2011-12-29 08:42:08 -08:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "xml-conduit";
|
2015-01-28 13:26:17 -08:00
|
|
|
version = "1.2.3.1";
|
|
|
|
sha256 = "10cqhqpc85zx87jc0hapzkvwm76drpxqsjliipvlah2a0x8l4ai8";
|
2011-12-29 08:42:08 -08:00
|
|
|
buildDepends = [
|
2014-10-13 03:48:43 -07:00
|
|
|
attoparsec blazeBuilder blazeHtml blazeMarkup conduit conduitExtra
|
|
|
|
dataDefault deepseq monadControl resourcet systemFilepath text
|
|
|
|
transformers xmlTypes
|
2011-12-29 08:42:08 -08:00
|
|
|
];
|
2013-02-24 13:09:07 -08:00
|
|
|
testDepends = [
|
2014-03-30 13:07:18 -07:00
|
|
|
blazeMarkup conduit hspec HUnit resourcet text transformers
|
|
|
|
xmlTypes
|
2013-02-24 13:09:07 -08:00
|
|
|
];
|
2011-12-29 08:42:08 -08: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;
|
|
|
|
};
|
|
|
|
})
|