mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
haskell-monadloc: add version 0.7.1
This commit is contained in:
parent
0469f92faf
commit
aa86cc8a7c
14
pkgs/development/libraries/haskell/monadloc/default.nix
Normal file
14
pkgs/development/libraries/haskell/monadloc/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ cabal, transformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "monadloc";
|
||||
version = "0.7.1";
|
||||
sha256 = "1a773nysrsj61ka7bdacb0i7dxlgb1fjz3x5w9c1w1dv7rmhynmj";
|
||||
buildDepends = [ transformers ];
|
||||
meta = {
|
||||
homepage = "http://github.com/pepeiborra/monadloc";
|
||||
description = "A class for monads which can keep a monadic call trace";
|
||||
license = self.stdenv.lib.licenses.publicDomain;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1720,6 +1720,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
||||
|
||||
monadcryptorandom = callPackage ../development/libraries/haskell/monadcryptorandom {};
|
||||
|
||||
monadloc = callPackage ../development/libraries/haskell/monadloc {};
|
||||
|
||||
monadLoops = callPackage ../development/libraries/haskell/monad-loops {};
|
||||
|
||||
monadLogger = callPackage ../development/libraries/haskell/monad-logger {};
|
||||
|
Loading…
Reference in New Issue
Block a user