haskell-digestive-functors-aeson: jailbreak to fix build with aeson 0.8.x
This commit is contained in:
@@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
|||||||
testDepends = [
|
testDepends = [
|
||||||
aeson digestiveFunctors HUnit mtl scientific tasty tastyHunit text
|
aeson digestiveFunctors HUnit mtl scientific tasty tastyHunit text
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ocharles/digestive-functors-aeson";
|
homepage = "http://github.com/ocharles/digestive-functors-aeson";
|
||||||
description = "Run digestive-functors forms against JSON";
|
description = "Run digestive-functors forms against JSON";
|
||||||
|
|||||||
Reference in New Issue
Block a user