about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-04-22 22:56:04 +0200
committermaralorn <mail@maralorn.de>2023-04-22 22:56:04 +0200
commit59f654146c9a4f0bea4588d6912429153fab8d42 (patch)
treeb8834e09b4aa0f63fb367aae93339a793507e588 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parent799630369ab3d831415e4e7419646631991cb7cf (diff)
downloadnixlib-59f654146c9a4f0bea4588d6912429153fab8d42.tar
nixlib-59f654146c9a4f0bea4588d6912429153fab8d42.tar.gz
nixlib-59f654146c9a4f0bea4588d6912429153fab8d42.tar.bz2
nixlib-59f654146c9a4f0bea4588d6912429153fab8d42.tar.lz
nixlib-59f654146c9a4f0bea4588d6912429153fab8d42.tar.xz
nixlib-59f654146c9a4f0bea4588d6912429153fab8d42.tar.zst
nixlib-59f654146c9a4f0bea4588d6912429153fab8d42.zip
haskellPackages.hspec*: Update overrides
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
index 95d9c567b7ef..a8e9c4623e2b 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -110,10 +110,10 @@ in {
   # Note: Any compilation fixes need to be done on the versioned attributes,
   # since those are used for the internal dependencies between the versioned
   # hspec packages in configuration-common.nix.
-  hspec = self.hspec_2_10_10;
-  hspec-core = self.hspec-core_2_10_10;
+  hspec = self.hspec_2_11_0;
+  hspec-core = self.hspec-core_2_11_0;
   hspec-meta = self.hspec-meta_2_10_5;
-  hspec-discover = self.hspec-discover_2_10_10;
+  hspec-discover = self.hspec-discover_2_11_0;
 
   # the dontHaddock is due to a GHC panic. might be this bug, not sure.
   # https://gitlab.haskell.org/ghc/ghc/-/issues/21619