2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-05-03 16:36:03 +02:00
|
|
|
{ cabal, text, unorderedContainers }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "ekg-core";
|
2014-06-09 09:25:02 +02:00
|
|
|
version = "0.1.0.1";
|
|
|
|
sha256 = "1zha9r43nalxdw22s79mf89fwfzi8lq0q9ldhw7f6c63dnwxyjja";
|
2014-05-03 16:36:03 +02:00
|
|
|
buildDepends = [ text unorderedContainers ];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/tibbe/ekg-core";
|
|
|
|
description = "Tracking of system metrics";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|