Skip to content

Commit

Permalink
fix: remove apply-refact from Haskell tools
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vst committed Sep 28, 2022
1 parent aa340ff commit ba73a79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ba73a79

Please sign in to comment.