2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-09-18 17:44:57 +02:00
|
|
|
{ cabal, aeson, attoparsec, cmdargs, text, unorderedContainers
|
|
|
|
, vector
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "aeson-pretty";
|
2014-01-06 12:21:12 +01:00
|
|
|
version = "0.7.1";
|
|
|
|
sha256 = "0gmm1kmdbanfyfdyij1gnazycp1x9703qfa5hgrz39j9046zg3y6";
|
2013-09-18 17:44:57 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
|
|
|
aeson attoparsec cmdargs text unorderedContainers vector
|
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/informatikr/aeson-pretty";
|
|
|
|
description = "JSON pretty-printing library and command-line tool";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|