cabal2nix-2.16.0: test/golden-test-cases/librato.nix.golden
{ mkDerivation, aeson, attoparsec, base, bytestring, either
, http-client, http-conduit, http-types, lib, mtl, resourcet, text
, unordered-containers, uri-templater, vector
}:
mkDerivation {
pname = "librato";
version = "0.2.0.1";
sha256 = "deadbeef";
libraryHaskellDepends = [
aeson attoparsec base bytestring either http-client http-conduit
http-types mtl resourcet text unordered-containers uri-templater
vector
];
homepage = "https://github.com/SaneTracker/librato";
description = "Bindings to the Librato API";
license = lib.licenses.mit;
}