haskell-rest-stringmap: jailbreak to fix build with aeson 0.8.x
This commit is contained in:
parent
e8d79787c0
commit
98eb81d427
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
||||||
aeson hashable hxt jsonSchema tagged text tostring
|
aeson hashable hxt jsonSchema tagged text tostring
|
||||||
unorderedContainers
|
unorderedContainers
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Maps with stringy keys that can be transcoded to JSON and XML";
|
description = "Maps with stringy keys that can be transcoded to JSON and XML";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
|
Loading…
Reference in a new issue