haskell-json-schema: jailbreak to fix build with tasty-hunit 0.9.x
This commit is contained in:
parent
70d2f6928d
commit
cd274d60b2
@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
|
|||||||
aeson attoparsec genericAeson HUnit tagged tasty tastyHunit tastyTh
|
aeson attoparsec genericAeson HUnit tagged tasty tastyHunit tastyTh
|
||||||
text
|
text
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Types and type classes for defining JSON schemas";
|
description = "Types and type classes for defining JSON schemas";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user