mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
haskell-ekg: add version 0.3.1.3
This commit is contained in:
parent
09c50d6f9c
commit
2cfc208f26
19
pkgs/development/libraries/haskell/ekg/default.nix
Normal file
19
pkgs/development/libraries/haskell/ekg/default.nix
Normal file
@ -0,0 +1,19 @@
|
||||
{ cabal, aeson, filepath, network, snapCore, snapServer, text, time
|
||||
, transformers, unorderedContainers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "ekg";
|
||||
version = "0.3.1.3";
|
||||
sha256 = "1d8ly1lc92gh26bdqg3ql6n2iai3nyvwic6sj8pani58iv0p4ppc";
|
||||
buildDepends = [
|
||||
aeson filepath network snapCore snapServer text time transformers
|
||||
unorderedContainers
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/tibbe/ekg";
|
||||
description = "Remote monitoring of processes";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -945,6 +945,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
||||
editline_0_2_1_1 = callPackage ../development/libraries/haskell/editline/0.2.1.1.nix {};
|
||||
editline = self.editline_0_2_1_1;
|
||||
|
||||
ekg = callPackage ../development/libraries/haskell/ekg {};
|
||||
|
||||
elerea = callPackage ../development/libraries/haskell/elerea {};
|
||||
|
||||
Elm = callPackage ../development/compilers/elm/elm.nix {};
|
||||
|
Loading…
Reference in New Issue
Block a user