cabal2nix-2.9.3: test/golden-test-cases/aeson-pretty.nix.golden
{ mkDerivation, aeson, attoparsec, base, base-compat, bytestring
, cmdargs, scientific, stdenv, text, unordered-containers, vector
}:
mkDerivation {
pname = "aeson-pretty";
version = "0.8.5";
sha256 = "deadbeef";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base base-compat bytestring scientific text
unordered-containers vector
];
executableHaskellDepends = [
aeson attoparsec base bytestring cmdargs
];
homepage = "http://github.com/informatikr/aeson-pretty";
description = "JSON pretty-printing library and command-line tool";
license = stdenv.lib.licenses.bsd3;
}