2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-02-10 02:06:28 -08:00
|
|
|
{ cabal, attoparsec, HUnit, mmorph, pipes, pipesParse, tasty
|
|
|
|
, tastyHunit, text, transformers
|
2013-09-08 04:40:37 -07:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "pipes-attoparsec";
|
2014-10-22 13:29:36 -07:00
|
|
|
version = "0.5.1.1";
|
|
|
|
sha256 = "1ns8s3p6jh4iya71z3j81cqnrfnr4n92kblwgkjlapb23dykl2qz";
|
2013-09-08 04:40:37 -07:00
|
|
|
buildDepends = [ attoparsec pipes pipesParse text transformers ];
|
|
|
|
testDepends = [
|
2014-02-10 02:06:28 -08:00
|
|
|
attoparsec HUnit mmorph pipes pipesParse tasty tastyHunit text
|
|
|
|
transformers
|
2013-09-08 04:40:37 -07:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/k0001/pipes-attoparsec";
|
|
|
|
description = "Attoparsec and Pipes integration";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 04:48:22 -07:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2013-09-08 04:40:37 -07:00
|
|
|
};
|
|
|
|
})
|