haskell-criterion: update to version 1.0.0.2
This commit is contained in:
@@ -1,20 +1,29 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, binary, deepseq, filepath, Glob, hastache, mtl
|
{ cabal, aeson, ansiWlPprint, binary, cassava, deepseq, either
|
||||||
, mwcRandom, parsec, statistics, text, time, transformers, vector
|
, filepath, Glob, hastache, HUnit, mtl, mwcRandom
|
||||||
, vectorAlgorithms
|
, optparseApplicative, parsec, QuickCheck, statistics
|
||||||
|
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2, text
|
||||||
|
, time, transformers, vector, vectorAlgorithms
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "criterion";
|
pname = "criterion";
|
||||||
version = "0.8.1.0";
|
version = "1.0.0.2";
|
||||||
sha256 = "0yzrnma2whd4dnjiy4w24syxgnz1b5bflsi20hrbgd5rmx85k2zd";
|
sha256 = "1r30vcrplilj3silnrmn0r5m0df27icdsgd5hx35li9yrs862n95";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson binary deepseq filepath Glob hastache mtl mwcRandom parsec
|
aeson ansiWlPprint binary cassava deepseq either filepath Glob
|
||||||
statistics text time transformers vector vectorAlgorithms
|
hastache mtl mwcRandom optparseApplicative parsec statistics text
|
||||||
|
time transformers vector vectorAlgorithms
|
||||||
|
];
|
||||||
|
testDepends = [
|
||||||
|
HUnit QuickCheck statistics testFramework testFrameworkHunit
|
||||||
|
testFrameworkQuickcheck2 vector
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/bos/criterion";
|
homepage = "http://www.serpentine.com/criterion";
|
||||||
description = "Robust, reliable performance measurement and analysis";
|
description = "Robust, reliable performance measurement and analysis";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
|||||||
Reference in New Issue
Block a user