nixpkgs/pkgs/development/libraries/haskell/monadlab/default.nix
2008-10-23 14:22:36 +00:00

12 lines
258 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "MonadLab";
version = "0.0.1";
sha256 = "06fdfkm79653s08ykcf3gl84cf2jl7h3vj00jv3khji5448fwsaw";
meta = {
description = "Automatically generate layered monads.";
};
propagatedBuildInputs = [];
})