cabal2nix-2.9.3: test/golden-test-cases/benchpress.nix.golden
{ mkDerivation, base, bytestring, mtl, stdenv, time }:
mkDerivation {
pname = "benchpress";
version = "0.2.2.10";
sha256 = "deadbeef";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base mtl time ];
executableHaskellDepends = [ base bytestring ];
homepage = "https://github.com/WillSewell/benchpress";
description = "Micro-benchmarking with detailed statistics";
license = stdenv.lib.licenses.bsd3;
}