forked from mirrors/nixpkgs
haskell-rest-stringmap: jailbreak to fix build with aeson 0.8.x
This commit is contained in:
parent
e8d79787c0
commit
98eb81d427
|
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
|||
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;
|
||||
|
|
Loading…
Reference in a new issue