about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/stm/2.1.2.1.nix
blob: a3c77c4d3711cc37d28d8a18e2935d60add4c76d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{cabal}:

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