nixpkgs/pkgs/development/libraries/haskell/stm/2.1.2.1.nix
Andres Löh 5f8328c461 Preparing for the upcoming Haskell Platform release.
svn path=/nixpkgs/trunk/; revision=22620
2010-07-17 13:23:48 +00:00

12 lines
261 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "stm";
version = "2.1.2.1"; # Haskell Platform 2010.2.0.0
sha256 = "0d7d8babd2f07c726909030461e1f9b3aaf02dc809fd5e1c0509a67d23b784b8";
meta = {
description = "Software Transactional Memory";
};
})