haskell-json-schema: update to version 0.7.0.1
This commit is contained in:
parent
9efb04797a
commit
ef77bc70df
@ -1,21 +1,21 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, attoparsec, genericAeson, genericDeriving, HUnit
|
{ cabal, aeson, aesonUtils, attoparsec, genericAeson
|
||||||
, tagged, tasty, tastyHunit, tastyTh, text, time
|
, genericDeriving, mtl, scientific, tagged, tasty, tastyHunit
|
||||||
, unorderedContainers, vector
|
, tastyTh, text, time, unorderedContainers, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "json-schema";
|
pname = "json-schema";
|
||||||
version = "0.6.1.1";
|
version = "0.7.0.1";
|
||||||
sha256 = "0hn1v2idra9sx1x5mr511h4qcvnhy7b80fgn58w9856w9cl7d34b";
|
sha256 = "1r8f0i3w2g5i5amqpvmi6ys3ax4rzpbvwnvwk9wy95bch3nlvsw0";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson genericAeson genericDeriving tagged text time
|
aeson genericAeson genericDeriving mtl scientific tagged text time
|
||||||
unorderedContainers vector
|
unorderedContainers vector
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson attoparsec genericAeson HUnit tagged tasty tastyHunit tastyTh
|
aeson aesonUtils attoparsec genericAeson tagged tasty tastyHunit
|
||||||
text
|
tastyTh text vector
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user