From 77c16dd7db7c4a267eb12326d8ee482ebfa48719 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 15 Mar 2018 15:14:11 +0100 Subject: [PATCH] haskell-hspec: update overrides for ghc-8.4.1 build --- .../development/haskell-modules/configuration-ghc-8.4.x.nix | 6 +++--- 1 file changed, 3 insertions(+), 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 9a987424e58..e3169474c03 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -118,7 +118,7 @@ self: super: { }); ## Needs bump to a versioned attribute - hspec = overrideCabal super.hspec_2_4_8 (drv: { + hspec = overrideCabal super.hspec_2_5_0 (drv: { ## Setup: Encountered missing dependencies: ## hspec-core ==2.4.4, hspec-discover ==2.4.4 ## @@ -130,7 +130,7 @@ self: super: { }); ## Needs bump to a versioned attribute - hspec-core = overrideCabal super.hspec-core_2_4_8 (drv: { + hspec-core = overrideCabal super.hspec-core_2_5_0 (drv: { ## • No instance for (Semigroup Summary) ## arising from the superclasses of an instance declaration ## • In the instance declaration for ‘Monoid Summary’ @@ -147,7 +147,7 @@ self: super: { ## Needs bump to a versioned attribute ## Setup: Encountered missing dependencies: ## hspec-discover ==2.4.8 - hspec-discover = super.hspec-discover_2_4_8; + hspec-discover = super.hspec-discover_2_5_0; ## Needs bump to a versioned attribute ## Setup: Encountered missing dependencies: