9370225663
svn path=/nixpkgs/trunk/; revision=20904
12 lines
274 B
Nix
12 lines
274 B
Nix
{cabal}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "stm";
|
|
version = "2.1.1.2"; # Haskell Platform 2009.0.0 and 2010.1.0.0
|
|
sha256 = "68d550067ae180373142c51f3fa14bdf0a1516310aee9a37e28f9ac7cf3b8c6d";
|
|
meta = {
|
|
description = "Software Transactional Memory";
|
|
};
|
|
})
|
|
|