From 81a85ae4862f619fa3af04a829f7bf619e048299 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 4 Jul 2018 13:37:43 +0200 Subject: [PATCH] haskell-criterion: update override for ghc 8.4.x --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 4 +--- 1 file changed, 1 insertion(+), 3 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 540615a8cb70..812c0cf55ac1 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -123,9 +123,6 @@ self: super: { }; }); - ## Bounds related: it wants base-compat 0.9. - criterion = super.criterion_1_4_1_0; - ## Unmerged ## Unmerged. PR: https://github.com/wrengr/bytestring-trie/pull/3 @@ -395,6 +392,7 @@ self: super: { # Older versions don't compile. base-compat = self.base-compat_0_10_4; brick = self.brick_0_37_1; + criterion = super.criterion_1_5_0_0; dhall = self.dhall_1_15_0; # This is probably obsolete: # dhall_1_15_0 = doJailbreak super.dhall_1_15_0; # support ansi-terminal 0.8.x