From eead1049e6d66c3dfedd8786bf426cc52b132323 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 3 Dec 2013 22:04:37 +0100 Subject: [PATCH] async: jailbreak version 2.0.1.4 to fix the build with GHC 7.7 or later --- pkgs/development/libraries/haskell/async/2.0.1.4.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/async/2.0.1.4.nix b/pkgs/development/libraries/haskell/async/2.0.1.4.nix index 5dd76b4d6e0..24fa64931a3 100644 --- a/pkgs/development/libraries/haskell/async/2.0.1.4.nix +++ b/pkgs/development/libraries/haskell/async/2.0.1.4.nix @@ -6,6 +6,7 @@ cabal.mkDerivation (self: { sha256 = "1hi40bjwpl65mz7zj0sgh16bp9dwafbm5ysi2q8fzwwq5l0zxpa1"; buildDepends = [ stm ]; testDepends = [ HUnit testFramework testFrameworkHunit ]; + jailbreak = true; meta = { homepage = "https://github.com/simonmar/async"; description = "Run IO operations asynchronously and wait for their results";