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-26 18:36:55 +0200
committermaralorn <mail@maralorn.de>2023-04-26 18:37:25 +0200
commit045868c07b1a800a3a8c6fabaadf13613b684a67 (patch)
tree7f6d2114a85a0ea3de659306c7fdf180681902b7 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parentc8f5df5a8e9ed83f820e945e76b9015139660b29 (diff)
downloadnixlib-045868c07b1a800a3a8c6fabaadf13613b684a67.tar
nixlib-045868c07b1a800a3a8c6fabaadf13613b684a67.tar.gz
nixlib-045868c07b1a800a3a8c6fabaadf13613b684a67.tar.bz2
nixlib-045868c07b1a800a3a8c6fabaadf13613b684a67.tar.lz
nixlib-045868c07b1a800a3a8c6fabaadf13613b684a67.tar.xz
nixlib-045868c07b1a800a3a8c6fabaadf13613b684a67.tar.zst
nixlib-045868c07b1a800a3a8c6fabaadf13613b684a67.zip
haskell.packages.ghc94.hspec*: remove unnecessary 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.nix8
1 files changed, 0 insertions, 8 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 3721b10227c6..98a64926c030 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -107,14 +107,6 @@ in {
   base-orphans = dontCheck (doDistribute super.base-orphans);
   generically = addBuildDepend self.base-orphans super.generically;
 
-  # 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_11_0;
-  hspec-core = self.hspec-core_2_11_0;
-  hspec-meta = self.hspec-meta_2_10_5;
-  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
   #