about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-03 22:04:37 +0100
committerPeter Simons <simons@cryp.to>2013-12-03 22:23:21 +0100
commiteead1049e6d66c3dfedd8786bf426cc52b132323 (patch)
tree597eb04ee72e3625a795c87a2eac6f0de4d24e52 /pkgs
parente3c34c6b984cd39b3ee604537feb3233a4162a56 (diff)
downloadnixlib-eead1049e6d66c3dfedd8786bf426cc52b132323.tar
nixlib-eead1049e6d66c3dfedd8786bf426cc52b132323.tar.gz
nixlib-eead1049e6d66c3dfedd8786bf426cc52b132323.tar.bz2
nixlib-eead1049e6d66c3dfedd8786bf426cc52b132323.tar.lz
nixlib-eead1049e6d66c3dfedd8786bf426cc52b132323.tar.xz
nixlib-eead1049e6d66c3dfedd8786bf426cc52b132323.tar.zst
nixlib-eead1049e6d66c3dfedd8786bf426cc52b132323.zip
async: jailbreak version 2.0.1.4 to fix the build with GHC 7.7 or later
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/async/2.0.1.4.nix1
1 files changed, 1 insertions, 0 deletions
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 5dd76b4d6e00..24fa64931a37 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";