mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
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
|
||||
];
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user