22 lines
736 B
Nix
22 lines
736 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aeson, ekgCore, httpClient, lens, network, networkUri
|
|
, text, time, unorderedContainers, vector, wreq
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "ekg-bosun";
|
|
version = "1.0.3";
|
|
sha256 = "0mlfsmw1aa24p6fhml8m2dj2v7hrp91a9d3cfl74rr8z8am61mqc";
|
|
buildDepends = [
|
|
aeson ekgCore httpClient lens network networkUri text time
|
|
unorderedContainers vector wreq
|
|
];
|
|
meta = {
|
|
homepage = "http://github.com/ocharles/ekg-bosun";
|
|
description = "Send ekg metrics to a Bosun instance";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
};
|
|
})
|