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