2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-12-12 01:10:10 -08:00
|
|
|
{ cabal, async, HUnit, random, stm, testFramework
|
|
|
|
, testFrameworkHunit, unboundedDelays
|
2013-02-24 13:10:20 -08:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "concurrent-extra";
|
2014-12-12 01:10:10 -08:00
|
|
|
version = "0.7.0.9";
|
|
|
|
sha256 = "19bqm0brnbhhmp5nypi995p27mna7kd33xzw0kf7yx2w2p2kb1aw";
|
|
|
|
buildDepends = [ stm unboundedDelays ];
|
2013-02-24 13:10:20 -08:00
|
|
|
testDepends = [
|
2014-12-12 01:10:10 -08:00
|
|
|
async HUnit random stm testFramework testFrameworkHunit
|
|
|
|
unboundedDelays
|
2013-02-24 13:10:20 -08:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/basvandijk/concurrent-extra";
|
|
|
|
description = "Extra concurrency primitives";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|