haskell-stm: add version 2.4.3

This commit is contained in:
Peter Simons
2014-03-30 22:04:13 +02:00
parent 372e6f7f83
commit 98b82062b0
2 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "stm";
version = "2.4.3";
sha256 = "0vzw4s06d5scfy4ircl81ym8ylkw9ckzsp8rq950dvipmaj1xhis";
meta = {
description = "Software Transactional Memory";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})