2014-07-14 15:21:41 +04:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 18:05:41 +04:00
|
|
|
{ cabal }:
|
2011-03-12 20:28:15 +03:00
|
|
|
|
2011-08-10 03:00:20 +04:00
|
|
|
cabal.mkDerivation (self: {
|
2011-03-12 20:28:15 +03:00
|
|
|
pname = "stm";
|
2011-08-10 03:00:20 +04:00
|
|
|
version = "2.2.0.1";
|
2011-03-12 20:28:15 +03:00
|
|
|
sha256 = "1p0x414ffsd77mmlfz1cmwg2cbhinnbpxypxgvygg05js67msj8q";
|
|
|
|
meta = {
|
|
|
|
description = "Software Transactional Memory";
|
2011-08-10 03:00:20 +04:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 14:43:40 +04:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2011-03-12 20:28:15 +03:00
|
|
|
};
|
2011-03-28 19:04:00 +04:00
|
|
|
})
|