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

{ cabal, text }:

cabal.mkDerivation (self: {
  pname = "json-types";
  version = "0.1";
  sha256 = "088if9qv0didjyb6y1583viihjgc4nwr61qfjqdg9rzc2ya6vqdn";
  buildDepends = [ text ];
  meta = {
    description = "Basic types for representing JSON";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})