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-30 15:43:15 +0200
committermaralorn <mail@maralorn.de>2023-06-30 15:43:15 +0200
commitc5e61a111a0f1ba722b5e4511474b46d0ef7e304 (patch)
treecc16ea1a19fc14f8c63a337d2b7a02e232a190e4 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parent9abda9b5218b02f816e255a58f8046e4b17aa55d (diff)
downloadnixlib-c5e61a111a0f1ba722b5e4511474b46d0ef7e304.tar
nixlib-c5e61a111a0f1ba722b5e4511474b46d0ef7e304.tar.gz
nixlib-c5e61a111a0f1ba722b5e4511474b46d0ef7e304.tar.bz2
nixlib-c5e61a111a0f1ba722b5e4511474b46d0ef7e304.tar.lz
nixlib-c5e61a111a0f1ba722b5e4511474b46d0ef7e304.tar.xz
nixlib-c5e61a111a0f1ba722b5e4511474b46d0ef7e304.tar.zst
nixlib-c5e61a111a0f1ba722b5e4511474b46d0ef7e304.zip
haskellPackages: Dump obsolete overrides for hls dependencies
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.nix12
1 files changed, 1 insertions, 11 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 56848287c52d..6bf8f302a5de 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -150,17 +150,9 @@ in {
   # 2022-08-01: Tests are broken on ghc 9.2.4: https://github.com/wz1000/HieDb/issues/46
   hiedb = dontCheck super.hiedb;
 
-  hls-hlint-plugin = super.hls-hlint-plugin.override {
-    inherit (self) hlint;
-  };
-
   # 2022-10-06: https://gitlab.haskell.org/ghc/ghc/-/issues/22260
   ghc-check = dontHaddock super.ghc-check;
 
-  ghc-exactprint = overrideCabal (drv: {
-    libraryHaskellDepends = with self; [ HUnit data-default fail filemanip free ghc-paths ordered-containers silently syb Diff ];
-  })
-    self.ghc-exactprint_1_6_1_3;
 
   # requires newer versions to work with GHC 9.4
   swagger2 = dontCheck super.swagger2;
@@ -174,11 +166,9 @@ in {
   # https://github.com/kowainik/relude/issues/436
   relude = dontCheck (doJailbreak super.relude);
 
-  ormolu = doDistribute self.ormolu_0_5_3_0;
-  # https://github.com/tweag/ormolu/issues/941
   fourmolu = overrideCabal (drv: {
     libraryHaskellDepends = drv.libraryHaskellDepends ++ [ self.file-embed ];
-  }) (disableCabalFlag "fixity-th" super.fourmolu_0_10_1_0);
+  }) (disableCabalFlag "fixity-th" super.fourmolu);
 
   # Apply workaround for Cabal 3.8 bug https://github.com/haskell/cabal/issues/8455
   # by making `pkg-config --static` happy. Note: Cabal 3.9 is also affected, so