mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
28 lines
894 B
Nix
28 lines
894 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aeson, aesonUtils, attoparsec, genericAeson
|
|
, genericDeriving, mtl, scientific, tagged, tasty, tastyHunit
|
|
, tastyTh, text, time, unorderedContainers, vector
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "json-schema";
|
|
version = "0.7.1.1";
|
|
sha256 = "1fzlavgx60gzqvk5h1wb0igz5qjb52zcxnmm48pwmbcjl9d6j57v";
|
|
buildDepends = [
|
|
aeson genericAeson genericDeriving mtl scientific tagged text time
|
|
unorderedContainers vector
|
|
];
|
|
testDepends = [
|
|
aeson aesonUtils attoparsec genericAeson tagged tasty tastyHunit
|
|
tastyTh text vector
|
|
];
|
|
jailbreak = true;
|
|
meta = {
|
|
description = "Types and type classes for defining JSON schemas";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
|
|
};
|
|
})
|