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:26:11 +0200
committermaralorn <mail@maralorn.de>2023-06-29 02:26:11 +0200
commit29c342186d0852cfeca2f4fa9410f579dbc7ec58 (patch)
treee54d115da01ac810411fda087b0086ca603bad1e /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parent871fdf1dcb5afc41c59f76e8e585d91849053015 (diff)
downloadnixlib-29c342186d0852cfeca2f4fa9410f579dbc7ec58.tar
nixlib-29c342186d0852cfeca2f4fa9410f579dbc7ec58.tar.gz
nixlib-29c342186d0852cfeca2f4fa9410f579dbc7ec58.tar.bz2
nixlib-29c342186d0852cfeca2f4fa9410f579dbc7ec58.tar.lz
nixlib-29c342186d0852cfeca2f4fa9410f579dbc7ec58.tar.xz
nixlib-29c342186d0852cfeca2f4fa9410f579dbc7ec58.tar.zst
nixlib-29c342186d0852cfeca2f4fa9410f579dbc7ec58.zip
haskellPackages: drop more outdated 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.nix9
1 files changed, 1 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 e879f4feb301..b029c753727c 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -108,10 +108,7 @@ in {
 
   # the dontHaddock is due to a GHC panic. might be this bug, not sure.
   # https://gitlab.haskell.org/ghc/ghc/-/issues/21619
-  #
-  # We need >= 1.1.2 for ghc-9.4 support, but we don't have 1.1.x in
-  # hackage-packages.nix
-  hedgehog = doDistribute (dontHaddock super.hedgehog_1_2);
+  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;
@@ -136,8 +133,6 @@ in {
     ] ++ drv.testFlags or [];
   }) (doJailbreak super.hpack);
 
-  lens = doDistribute self.lens_5_2_2;
-
   # Apply patches from head.hackage.
   language-haskell-extract = appendPatch (pkgs.fetchpatch {
     url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/dfd024c9a336c752288ec35879017a43bd7e85a0/patches/language-haskell-extract-0.2.4.patch";
@@ -147,8 +142,6 @@ in {
   # Tests depend on `parseTime` which is no longer available
   hourglass = dontCheck super.hourglass;
 
-  memory = super.memory_0_18_0;
-
   # https://github.com/sjakobi/bsb-http-chunked/issues/38
   bsb-http-chunked = dontCheck super.bsb-http-chunked;