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