haskell-rest-stringmap: jailbreak to fix build with aeson 0.8.x

This commit is contained in:
Peter Simons
2014-08-09 13:49:24 +02:00
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;