From 93aa55a2997bd70cf5ef376548e0d8180da1a7ab Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 18 May 2022 00:05:40 +0200 Subject: [PATCH] haskellPackages.hspec-discover: bump version pin --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b7a11370efe..ce1ff5d66b5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -853,7 +853,7 @@ self: super: { hspec-meta = self.hspec-meta_2_9_3; hspec = self.hspec_2_10_0; hspec-core = dontCheck self.hspec-core_2_10_0; - hspec-discover = self.hspec-discover_2_9_7; + hspec-discover = self.hspec-discover_2_10_0; })); # Depends on broken fluid.