Commit 045868c0 authored by maralorn's avatar maralorn
Browse files

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

parent c8f5df5a
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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
  #