haskell-STMonadTrans: new expression

This commit is contained in:
John Wiegley
2014-06-16 14:00:15 -07:00
parent 43c6bfc0c9
commit cd3798c266
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{ cabal, mtl }:
cabal.mkDerivation (self: {
pname = "STMonadTrans";
version = "0.3.2";
sha256 = "1cl5bsc5mr3silcmbjylgw5qa04pf2np9mippxnsa4p3dk089gkh";
buildDepends = [ mtl ];
meta = {
description = "A monad transformer version of the ST monad";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})