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, text, unorderedContainers }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "ekg-core";
|
2014-10-12 17:01:35 +01:00
|
|
|
version = "0.1.0.2";
|
|
|
|
sha256 = "0iipj2q4msawxlvzzikiy7jls22ncbx7v3ldi7y75d52cyl2lmpg";
|
2014-05-03 15:36:03 +01: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;
|
|
|
|
};
|
|
|
|
})
|