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-06-29 02:40:03 +0200
committermaralorn <mail@maralorn.de>2023-06-29 02:40:03 +0200
commitbfe0cb4ebdd87f3995af37344c6dc3e19b474ac6 (patch)
tree68738b271a3eba0dd1685343c66ef58e802506e3 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parent29c342186d0852cfeca2f4fa9410f579dbc7ec58 (diff)
downloadnixlib-bfe0cb4ebdd87f3995af37344c6dc3e19b474ac6.tar
nixlib-bfe0cb4ebdd87f3995af37344c6dc3e19b474ac6.tar.gz
nixlib-bfe0cb4ebdd87f3995af37344c6dc3e19b474ac6.tar.bz2
nixlib-bfe0cb4ebdd87f3995af37344c6dc3e19b474ac6.tar.lz
nixlib-bfe0cb4ebdd87f3995af37344c6dc3e19b474ac6.tar.xz
nixlib-bfe0cb4ebdd87f3995af37344c6dc3e19b474ac6.tar.zst
nixlib-bfe0cb4ebdd87f3995af37344c6dc3e19b474ac6.zip
haskellPackages: drop more obsolete 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.nix4
1 files changed, 0 insertions, 4 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 b029c753727c..507bb6fa918c 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -109,9 +109,6 @@ in {
   # the dontHaddock is due to a GHC panic. might be this bug, not sure.
   # https://gitlab.haskell.org/ghc/ghc/-/issues/21619
   hedgehog = dontHaddock super.hedgehog;
-  # tasty-hedgehog > 1.3 necessary to work with hedgehog 1.2:
-  # https://github.com/qfpl/tasty-hedgehog/pull/63
-  tasty-hedgehog = self.tasty-hedgehog_1_4_0_1;
 
   # https://github.com/dreixel/syb/issues/38
   syb = dontCheck super.syb;
@@ -167,7 +164,6 @@ in {
     self.ghc-exactprint_1_6_1_3;
 
   # needed to build servant
-  http-api-data = super.http-api-data_0_5_1;
   attoparsec-iso8601 = super.attoparsec-iso8601_1_1_0_0;
 
   # requires newer versions to work with GHC 9.4