2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-05-03 14:36:03 +00:00
|
|
|
{ cabal, aeson, ekgCore, filepath, network, snapCore, snapServer
|
|
|
|
, text, time, transformers, unorderedContainers
|
2013-11-21 15:24:41 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "ekg";
|
2014-12-12 08:49:11 +00:00
|
|
|
version = "0.4.0.5";
|
|
|
|
sha256 = "0ak06yz88p79bhayy8byy3j9yw9bix7zhw8yxfcdnxjwgnx621h0";
|
2013-11-21 15:24:41 +00:00
|
|
|
buildDepends = [
|
2014-05-03 14:36:03 +00:00
|
|
|
aeson ekgCore filepath network snapCore snapServer text time
|
|
|
|
transformers unorderedContainers
|
2013-11-21 15:24:41 +00:00
|
|
|
];
|
2014-08-09 10:12:33 +00:00
|
|
|
jailbreak = true;
|
2013-11-21 15:24:41 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/tibbe/ekg";
|
|
|
|
description = "Remote monitoring of processes";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|