This commit is contained in:
Benno Fünfstück 2014-05-03 21:12:24 +02:00
parent 35d2c4b741
commit 9dd7896cba

View file

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