haskell-haxl: jailbreak to fix build with aeson 0.8.x
This commit is contained in:
parent
5a48a2bc90
commit
d23bd78244
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
|||||||
aeson filepath hashable HUnit text time unorderedContainers vector
|
aeson filepath hashable HUnit text time unorderedContainers vector
|
||||||
];
|
];
|
||||||
testDepends = [ aeson hashable HUnit text unorderedContainers ];
|
testDepends = [ aeson hashable HUnit text unorderedContainers ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/facebook/Haxl";
|
homepage = "https://github.com/facebook/Haxl";
|
||||||
description = "A Haskell library for efficient, concurrent, and concise data access";
|
description = "A Haskell library for efficient, concurrent, and concise data access";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user