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

{ cabal, aeson, genericAeson, hxt, jsonSchema, mtl, regular
, regularXmlpickler, restStringmap, text, uuid
}:

cabal.mkDerivation (self: {
  pname = "rest-types";
  version = "1.10.1";
  sha256 = "0i4y1s35ybly1nayqj9c2zqwikpxnzjamq24qbhg0lpqr0dpc1rg";
  buildDepends = [
    aeson genericAeson hxt jsonSchema mtl regular regularXmlpickler
    restStringmap text uuid
  ];
  jailbreak = true;
  meta = {
    description = "Silk Rest Framework Types";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})