nixpkgs/pkgs/development/libraries/haskell/STMonadTrans/default.nix

16 lines
430 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ 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;
};
})