packages feed

cabal2nix-2.9.3: test/golden-test-cases/ekg-cloudwatch.nix.golden

{ mkDerivation, amazonka, amazonka-cloudwatch, amazonka-core, base
, bytestring, ekg-core, lens, resourcet, semigroups, stdenv, text
, time, unordered-containers
}:
mkDerivation {
  pname = "ekg-cloudwatch";
  version = "0.0.1.6";
  sha256 = "deadbeef";
  libraryHaskellDepends = [
    amazonka amazonka-cloudwatch amazonka-core base bytestring ekg-core
    lens resourcet semigroups text time unordered-containers
  ];
  homepage = "https://github.com/sellerlabs/ekg-cloudwatch#readme";
  description = "An ekg backend for Amazon Cloudwatch";
  license = stdenv.lib.licenses.bsd3;
}