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 }:
|
2011-08-05 11:02:16 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-05 11:02:16 -07:00
|
|
|
pname = "async";
|
2012-10-23 08:17:48 -07:00
|
|
|
version = "2.0.1.4";
|
|
|
|
sha256 = "1hi40bjwpl65mz7zj0sgh16bp9dwafbm5ysi2q8fzwwq5l0zxpa1";
|
2012-06-13 05:57:29 -07:00
|
|
|
buildDepends = [ stm ];
|
2013-02-24 13:09:07 -08:00
|
|
|
testDepends = [ HUnit testFramework testFrameworkHunit ];
|
2013-12-03 13:04:37 -08:00
|
|
|
jailbreak = true;
|
2011-08-05 11:02:16 -07:00
|
|
|
meta = {
|
2012-06-13 05:57:29 -07:00
|
|
|
homepage = "https://github.com/simonmar/async";
|
|
|
|
description = "Run IO operations asynchronously and wait for their results";
|
2011-08-05 11:02:16 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 16:00:20 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 03:43:40 -07:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2011-08-05 11:02:16 -07:00
|
|
|
};
|
|
|
|
})
|