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

https://github.com/silkapp/aeson-utils/issues/1
This commit is contained in:
Peter Simons 2014-08-09 11:59:57 +02:00
parent 3531038008
commit 13d7c9b76b

@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
version = "0.2.2.1";
sha256 = "0sj4kdcxcj2wnf3s109yxq8gghz976hkiqs19bjcp6qkzdf5w6sd";
buildDepends = [ aeson attoparsec scientific text ];
jailbreak = true;
meta = {
description = "Utilities for working with Aeson";
license = self.stdenv.lib.licenses.bsd3;