mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
MonadLab: Haskell tool (and library) for automatic generation of layered monads
svn path=/nixpkgs/trunk/; revision=13105
This commit is contained in:
parent
06d01c6d00
commit
775fd2aac2
11
pkgs/development/libraries/haskell/monadlab/default.nix
Normal file
11
pkgs/development/libraries/haskell/monadlab/default.nix
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{cabal}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self : {
|
||||||
|
pname = "MonadLab";
|
||||||
|
version = "0.0.1";
|
||||||
|
sha256 = "06fdfkm79653s08ykcf3gl84cf2jl7h3vj00jv3khji5448fwsaw";
|
||||||
|
meta = {
|
||||||
|
description = "Automatically generate layered monads.";
|
||||||
|
};
|
||||||
|
propagatedBuildInputs = [];
|
||||||
|
})
|
@ -3913,6 +3913,10 @@ let
|
|||||||
inherit cabal;
|
inherit cabal;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
monadlab = import ../development/libraries/haskell/monadlab {
|
||||||
|
inherit cabal;
|
||||||
|
};
|
||||||
|
|
||||||
pcreLight = import ../development/libraries/haskell/pcre-light {
|
pcreLight = import ../development/libraries/haskell/pcre-light {
|
||||||
inherit cabal pcre;
|
inherit cabal pcre;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user