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

This commit is contained in:
Peter Simons 2014-08-09 12:12:45 +02:00
parent 6892591e4c
commit eb3df0b687

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
testDepends = [
aeson digestiveFunctors HUnit mtl scientific tasty tastyHunit text
];
jailbreak = true;
meta = {
homepage = "http://github.com/ocharles/digestive-functors-aeson";
description = "Run digestive-functors forms against JSON";