summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/aeson-pretty/default.nix
blob: 7bc2beb3b301c5a610de9f799686d7346604005d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, aeson, attoparsec, cmdargs, text, unorderedContainers
, vector
}:

cabal.mkDerivation (self: {
  pname = "aeson-pretty";
  version = "0.7.1";
  sha256 = "0gmm1kmdbanfyfdyij1gnazycp1x9703qfa5hgrz39j9046zg3y6";
  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;
  };
})