30 lines
1.1 KiB
Nix
30 lines
1.1 KiB
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, attoparsec, attoparsecConduit, blazeBuilder
|
|
, 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.3";
|
|
sha256 = "0bb4nc9nwq4z6vdsiqs0zk8k8yvmyxdrya5fz2h8z8ng66xaq4k1";
|
|
buildDepends = [
|
|
attoparsec attoparsecConduit blazeBuilder blazeBuilderConduit
|
|
blazeHtml blazeMarkup conduit conduitExtra dataDefault deepseq
|
|
monadControl resourcet systemFilepath text transformers xmlTypes
|
|
];
|
|
testDepends = [
|
|
blazeMarkup conduit hspec HUnit resourcet text transformers
|
|
xmlTypes
|
|
];
|
|
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;
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
};
|
|
})
|