haskell-ekg: add version 0.3.1.3

This commit is contained in:
Peter Simons 2013-11-21 16:24:41 +01:00
parent 09c50d6f9c
commit 2cfc208f26
2 changed files with 21 additions and 0 deletions

View 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;
};
})

View file

@ -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 {};