2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-05-03 15:36:03 +01: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-10-12 17:01:37 +01:00
|
|
|
version = "0.4.0.3";
|
|
|
|
sha256 = "0fynng6r0aj25k4j8ba3fvq4a6kgijil4m9ygd99xq8c1cvj2zyy";
|
2013-11-21 15:24:41 +00:00
|
|
|
buildDepends = [
|
2014-05-03 15:36:03 +01:00
|
|
|
aeson ekgCore filepath network snapCore snapServer text time
|
|
|
|
transformers unorderedContainers
|
2013-11-21 15:24:41 +00:00
|
|
|
];
|
2014-08-09 11:12:33 +01: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;
|
|
|
|
};
|
|
|
|
})
|