summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hsbencher/default.nix
blob: 0786aa18b3c3ca8f2727fc960a5db0fd41719e69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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;
  };
})