3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Peter Simons 2014-08-09 12:14:31 +02:00
parent e8d79787c0
commit 98eb81d427

View file

@ -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;