MonadLab: Haskell tool (and library) for automatic generation of layered monads

svn path=/nixpkgs/trunk/; revision=13105
This commit is contained in:
Peter Simons
2008-10-23 14:22:36 +00:00
parent 06d01c6d00
commit 775fd2aac2
2 changed files with 19 additions and 4 deletions

View File

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