nixpkgs-suyu/pkgs/development/libraries/haskell/hsbencher/default.nix
2014-11-26 18:08:53 -05:00

22 lines
727 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, async, dataDefault, filepath, GenericPretty, HUnit
, ioStreams, mtl, random, testFramework, testFrameworkHunit, text
, time
}:
cabal.mkDerivation (self: {
pname = "hsbencher";
version = "1.20.0.3";
sha256 = "1qnj4zhq6j4cvnxcparm2xr9qc6l9q7j72h4dr5jz04lz8c2fkcl";
buildDepends = [
async dataDefault filepath GenericPretty ioStreams mtl random time
];
testDepends = [ HUnit testFramework testFrameworkHunit text time ];
doCheck = false;
meta = {
description = "Launch and gather data from Haskell and non-Haskell benchmarks";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})