summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2018-05-31 13:03:46 -0500
committerAustin Seipp <aseipp@pobox.com>2018-05-31 13:04:58 -0500
commita22faf10606aa91d6e7971ed43acea722d36f37d (patch)
tree0c481e368c8add9da5a3813fea772473a4d79a79 /pkgs
parentc425a1fc5002a1642036a74d67b200e47f19cefb (diff)
downloadnixlib-a22faf10606aa91d6e7971ed43acea722d36f37d.tar
nixlib-a22faf10606aa91d6e7971ed43acea722d36f37d.tar.gz
nixlib-a22faf10606aa91d6e7971ed43acea722d36f37d.tar.bz2
nixlib-a22faf10606aa91d6e7971ed43acea722d36f37d.tar.lz
nixlib-a22faf10606aa91d6e7971ed43acea722d36f37d.tar.xz
nixlib-a22faf10606aa91d6e7971ed43acea722d36f37d.tar.zst
nixlib-a22faf10606aa91d6e7971ed43acea722d36f37d.zip
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 <aseipp@pobox.com>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix2
1 files changed, 2 insertions, 0 deletions
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