haskell.packages.ghc94.hspec*: remove unnecessary overrides

This commit is contained in:
maralorn 2023-04-26 18:36:55 +02:00
parent c8f5df5a8e
commit 045868c07b

View File

@ -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
#