2014-07-19 20:12:04 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-09-11 17:09:37 +01:00
|
|
|
{ cabal, aeson, aesonUtils, attoparsec, genericAeson
|
|
|
|
, genericDeriving, mtl, scientific, tagged, tasty, tastyHunit
|
|
|
|
, tastyTh, text, time, unorderedContainers, vector
|
2014-07-14 13:52:43 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "json-schema";
|
2014-11-23 20:06:47 +00:00
|
|
|
version = "0.7.3.0";
|
|
|
|
sha256 = "0jdhmzg1is8dnyz46r6w616xq0w1lypc9xz1c2mcimr9xb9r70zw";
|
2014-07-14 13:52:43 +01:00
|
|
|
buildDepends = [
|
2014-09-11 17:09:37 +01:00
|
|
|
aeson genericAeson genericDeriving mtl scientific tagged text time
|
2014-07-14 13:52:43 +01:00
|
|
|
unorderedContainers vector
|
|
|
|
];
|
|
|
|
testDepends = [
|
2014-09-11 17:09:37 +01:00
|
|
|
aeson aesonUtils attoparsec genericAeson tagged tasty tastyHunit
|
|
|
|
tastyTh text vector
|
2014-07-14 13:52:43 +01:00
|
|
|
];
|
2014-08-24 12:24:16 +01:00
|
|
|
jailbreak = true;
|
2014-07-14 13:52:43 +01:00
|
|
|
meta = {
|
|
|
|
description = "Types and type classes for defining JSON schemas";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-10-03 18:36:21 +01:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
|
2014-07-14 13:52:43 +01:00
|
|
|
};
|
|
|
|
})
|