From ba73a79e10add7cccdaa0ce632a72c1afaf08312 Mon Sep 17 00:00:00 2001 From: Vehbi Sinan Tunalioglu Date: Wed, 28 Sep 2022 14:16:27 +0800 Subject: [PATCH] fix: remove apply-refact from Haskell tools The reason that we added apply-refact was to be able to compile with GHC 9.2.4. However, we do not use GHC 9.2.4 always. Therefore, I am removing it from here in favour of giving the control to call-site. --- tools/haskell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/haskell.nix b/tools/haskell.nix index f24e787..e7193e1 100644 --- a/tools/haskell.nix +++ b/tools/haskell.nix @@ -18,7 +18,6 @@ let ## }; overrideHaskellForDevTools = new: old: { - apply-refact = old.apply-refact_0_10_0_0; Cabal = old.Cabal_3_6_3_0; fourmolu = old.fourmolu_0_8_2_0; ghc-lib-parser = old.ghc-lib-parser_9_2_4_20220729;