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

This commit is contained in:
Peter Simons 2014-08-09 12:12:15 +02:00
parent 5a48a2bc90
commit d23bd78244

View File

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
aeson filepath hashable HUnit text time unorderedContainers vector
];
testDepends = [ aeson hashable HUnit text unorderedContainers ];
jailbreak = true;
meta = {
homepage = "https://github.com/facebook/Haxl";
description = "A Haskell library for efficient, concurrent, and concise data access";