2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-24 13:09:07 -08:00
|
|
|
{ cabal, HUnit, stm, testFramework, testFrameworkHunit }:
|
2012-10-24 07:43:12 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "async";
|
|
|
|
version = "2.0.1.3";
|
|
|
|
sha256 = "1rbjr6xw5sp8npw17fxg0942kikssv2hyci2sy26r0na98483mkh";
|
|
|
|
buildDepends = [ stm ];
|
2013-02-24 13:09:07 -08:00
|
|
|
testDepends = [ HUnit testFramework testFrameworkHunit ];
|
2014-05-03 12:12:24 -07:00
|
|
|
jailbreak = true;
|
2012-10-24 07:43:12 -07:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/simonmar/async";
|
|
|
|
description = "Run IO operations asynchronously and wait for their results";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 03:43:40 -07:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2012-10-24 07:43:12 -07:00
|
|
|
};
|
|
|
|
})
|