2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, deepseq }:
|
2009-04-20 14:01:31 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2009-04-20 14:01:31 +01:00
|
|
|
pname = "strict-concurrency";
|
2010-09-07 13:58:07 +01:00
|
|
|
version = "0.2.4.1";
|
|
|
|
sha256 = "0939212dd0cc3b9bd228dfbb233d9eccad22ca626752d9bad8026ceb0a5c1a89";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ deepseq ];
|
2009-04-20 14:01:31 +01:00
|
|
|
meta = {
|
2011-08-10 00:00:20 +01:00
|
|
|
homepage = "http://code.haskell.org/~dons/code/strict-concurrency";
|
2009-04-20 14:01:31 +01:00
|
|
|
description = "Strict concurrency abstractions";
|
2011-08-10 00:00:20 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-20 18:34:45 +01:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
|
|
broken = true;
|
2009-04-20 14:01:31 +01:00
|
|
|
};
|
2011-03-28 16:04:00 +01:00
|
|
|
})
|