summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hsbencher-fusion/default.nix
blob: c045cf8e720d06365583b9cc84f7a659b5043c89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, criterion, csv, dataDefault, filepath, handaGdata
, hsbencher, httpConduit, mtl, network, statistics, text, time
}:

cabal.mkDerivation (self: {
  pname = "hsbencher-fusion";
  version = "0.3.3";
  sha256 = "0vp1biv5jwac3bhj7qxl8x3bw73436qn284fippmlr6f54c15yw8";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [
    criterion csv dataDefault filepath handaGdata hsbencher httpConduit
    mtl network statistics text time
  ];
  doCheck = false;
  meta = {
    description = "Backend for uploading benchmark data to Google Fusion Tables";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})