2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-10-13 10:48:43 +00:00
|
|
|
{ cabal, attoparsec, blazeBuilder, blazeHtml, blazeMarkup, conduit
|
2014-03-30 20:07:18 +00: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";
|
2014-10-13 10:48:43 +00:00
|
|
|
version = "1.2.3";
|
|
|
|
sha256 = "1knwmvs9hczlknyi27hciy1xkn219s6niv3w7q0wkw6rxz2q555v";
|
2011-12-29 16:42:08 +00:00
|
|
|
buildDepends = [
|
2014-10-13 10:48:43 +00: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 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;
|
|
|
|
};
|
|
|
|
})
|