Merge pull request #2503 from bennofs/haskell-jailbreak-async
async-2.0.1.3: jailbreak (see
This commit is contained in:
commit
912d615fb3
@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
|
||||
sha256 = "1rbjr6xw5sp8npw17fxg0942kikssv2hyci2sy26r0na98483mkh";
|
||||
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 New Issue
Block a user