cabal2nix-2.16.0: test/golden-test-cases/hstatsd.nix.golden
{ mkDerivation, base, bytestring, lib, mtl, network, text }:
mkDerivation {
pname = "hstatsd";
version = "0.1";
sha256 = "deadbeef";
libraryHaskellDepends = [ base bytestring mtl network text ];
homepage = "https://github.com/mokus0/hstatsd";
description = "Quick and dirty statsd interface";
license = lib.licenses.publicDomain;
}