1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-21 13:44:50 +00:00
nixpkgs/pkgs/development/libraries/haskell/ekg/default.nix

23 lines
677 B
Nix
Raw Normal View History

# 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
];
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;
};
})