async: jailbreak version 2.0.1.4 to fix the build with GHC 7.7 or later

This commit is contained in:
Peter Simons 2013-12-03 22:04:37 +01:00
parent e3c34c6b98
commit eead1049e6

View file

@ -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";