mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +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;
|
||||
};
|
||||
|
||||
monadlab = import ../development/libraries/haskell/monadlab {
|
||||
inherit cabal;
|
||||
};
|
||||
|
||||
pcreLight = import ../development/libraries/haskell/pcre-light {
|
||||
inherit cabal pcre;
|
||||
};
|
||||
@ -4282,7 +4286,7 @@ let
|
||||
sha256 = "0578m3rplk41059rkkjy1009xrmrdivjnv8yxadwwdk1vzidc8n1";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
perlClassDataInheritable = import ../development/perl-modules/generic perl {
|
||||
name = "Class-Data-Inheritable-0.08";
|
||||
src = fetchurl {
|
||||
@ -4359,7 +4363,7 @@ let
|
||||
};
|
||||
propagatedBuildInputs = [perlTestException];
|
||||
};
|
||||
|
||||
|
||||
perlDataPage = import ../development/perl-modules/generic perl {
|
||||
name = "Data-Page-2.01";
|
||||
src = fetchurl {
|
||||
@ -5040,9 +5044,9 @@ let
|
||||
perlDBIxClass
|
||||
];
|
||||
preConfigure = ''
|
||||
substituteInPlace Makefile.PL --replace "'Catalyst::Manual' => 0," ""
|
||||
substituteInPlace Makefile.PL --replace "'Catalyst::Manual' => 0," ""
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
perlTaskWeaken = import ../development/perl-modules/generic perl {
|
||||
name = "Task-Weaken-1.02";
|
||||
|
Loading…
Reference in New Issue
Block a user