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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue