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 }:
|
2010-07-17 14:23:48 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2010-07-17 14:23:48 +01:00
|
|
|
pname = "stm";
|
2011-08-10 00:00:20 +01:00
|
|
|
version = "2.1.2.1";
|
2010-07-17 14:23:48 +01:00
|
|
|
sha256 = "0d7d8babd2f07c726909030461e1f9b3aaf02dc809fd5e1c0509a67d23b784b8";
|
|
|
|
meta = {
|
|
|
|
description = "Software Transactional Memory";
|
2011-08-10 00:00:20 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 11:43:40 +01:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2010-07-17 14:23:48 +01:00
|
|
|
};
|
2011-03-28 16:04:00 +01:00
|
|
|
})
|