2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-02-13 10:58:03 +01:00
|
|
|
{ cabal, aeson, attoparsec, pipes, pipesAttoparsec, pipesBytestring
|
|
|
|
, pipesParse, transformers
|
2013-09-08 13:40:37 +02:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "pipes-aeson";
|
2014-08-04 11:11:13 +02:00
|
|
|
version = "0.4.1.2";
|
|
|
|
sha256 = "0wacib0wf40bkm6rp2qcsrahc43g89l3icclbrshk8r54dhbazl7";
|
2013-09-08 13:40:37 +02:00
|
|
|
buildDepends = [
|
2014-02-13 10:58:03 +01:00
|
|
|
aeson attoparsec pipes pipesAttoparsec pipesBytestring pipesParse
|
|
|
|
transformers
|
2013-09-08 13:40:37 +02:00
|
|
|
];
|
2014-06-26 08:23:46 +02:00
|
|
|
jailbreak = true;
|
2013-09-08 13:40:37 +02:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/k0001/pipes-aeson";
|
|
|
|
description = "Encode and decode JSON streams using Aeson and Pipes";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 13:48:22 +02:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2013-09-08 13:40:37 +02:00
|
|
|
};
|
|
|
|
})
|