haskell-criterion: update to version 1.0.2.0

This commit is contained in:
Peter Simons 2014-10-12 18:01:23 +02:00
parent 61b30d6b0a
commit 5e118da066
2 changed files with 5 additions and 3 deletions

View File

@ -9,8 +9,8 @@
cabal.mkDerivation (self: {
pname = "criterion";
version = "1.0.1.0";
sha256 = "1mp4rm6jd8g38yyhfrxk1xzhp6mxrwwns9kl6494ylsdpsv0v4ll";
version = "1.0.2.0";
sha256 = "02mcb49hiv0gijj5343gffdd3r8hjf4d52llv2gradaijz4zdqhx";
isLibrary = true;
isExecutable = true;
buildDepends = [

View File

@ -517,7 +517,9 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
cprngAes = callPackage ../development/libraries/haskell/cprng-aes {};
criterion = callPackage ../development/libraries/haskell/criterion {};
criterion = callPackage ../development/libraries/haskell/criterion {
optparseApplicative = self.optparseApplicative_0_11_0_1;
};
Crypto = callPackage ../development/libraries/haskell/Crypto {};