async: jailbreak version 2.0.1.4 to fix the build with GHC 7.7 or later
This commit is contained in:
parent
e3c34c6b98
commit
eead1049e6
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user