about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2024-03-19 13:34:22 +0100
committerNaïm Favier <n@monade.li>2024-03-19 13:34:22 +0100
commit2bc295aae8326d48f76d3f6c55f6518ef6f39ba3 (patch)
treef307f29e3290413d575b3f30d281aede1fad340e /pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
parentd5df84e399955797503ecf8539d639cf6d3ac97c (diff)
haskell.packages.ghc98.haskell-language-server: fix
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
index 04d3a1c47ae6f..2206d72fffc59 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
@@ -60,6 +60,11 @@ self: super: {
   aeson = doDistribute self.aeson_2_2_1_0;
   attoparsec-aeson = doDistribute self.attoparsec-aeson_2_2_0_1;
   xmonad = doDistribute self.xmonad_0_18_0;
+  apply-refact = self.apply-refact_0_14_0_0;
+  ormolu = self.ormolu_0_7_4_0;
+  fourmolu = self.fourmolu_0_15_0_0;
+  stylish-haskell = self.stylish-haskell_0_14_6_0;
+  hlint = self.hlint_3_8;
 
   # A given major version of ghc-exactprint only supports one version of GHC.
   ghc-exactprint = self.ghc-exactprint_1_8_0_0;