summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/rest-stringmap/default.nix
blob: c1f0c13cbc22ad7e0d049ea8233105c8da3efd30 (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, hashable, hxt, jsonSchema, tagged, text, tostring
, unorderedContainers
}:

cabal.mkDerivation (self: {
  pname = "rest-stringmap";
  version = "0.2.0.2";
  sha256 = "0nzkc09679c2mz3amh1avk2kfjpqbhbxsr0r9zvgcs71gqkal2mz";
  buildDepends = [
    aeson hashable hxt jsonSchema tagged text tostring
    unorderedContainers
  ];
  jailbreak = true;
  meta = {
    description = "Maps with stringy keys that can be transcoded to JSON and XML";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})