cabal2nix-2.9.3: test/golden-test-cases/hstatsd.nix.golden
{ mkDerivation, base, bytestring, mtl, network, stdenv, 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 = stdenv.lib.licenses.publicDomain;
}