From a22faf10606aa91d6e7971ed43acea722d36f37d Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Thu, 31 May 2018 13:03:46 -0500 Subject: [PATCH] haskellPackages.ghc84x.criterion: bump to criterion 1.4.1.0 We need base-compat-0.10 for 8.4, but the older version wanted 0.9. (Criterion 1.4.1.0 now uses base-compat-batteries-0.10, in fact) Signed-off-by: Austin Seipp --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix index f94d6e15b957..55e80d7fb0c3 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -136,6 +136,8 @@ self: super: { }; }); + ## Bounds related: it wants base-compat 0.9. + criterion = super.criterion_1_4_1_0; ## Unmerged