From 141e7eb60553ffe6d3a5de28712a5213ce0dfd13 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 3 Jun 2025 08:58:13 +0200 Subject: [PATCH] haskellPackages: run treefmt Introduced in previous commit. --- .../haskell-modules/configuration-ghc-9.12.x.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix index 7303fec91cec..1e4211495c1b 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix @@ -85,7 +85,7 @@ with haskellLib; ghc-lib-parser = doDistribute self.ghc-lib-parser_9_12_2_20250421; ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_12_0_0; hlint = doDistribute self.hlint_3_10; - # fourmolu checks require Diff > 1.0, which is not yet supported by various other deps of hls. + # fourmolu checks require Diff > 1.0, which is not yet supported by various other deps of hls. fourmolu = doDistribute (dontCheck self.fourmolu_0_18_0_0); ormolu = doDistribute self.ormolu_0_8_0_0; stylish-haskell = doDistribute self.stylish-haskell_0_15_1_0; @@ -181,9 +181,9 @@ with haskellLib; }) (dontCheck (doJailbreak super.doctest-parallel)); # Cabal >=2.4 && <3.13 haskell-language-server = super.haskell-language-server.override { - floskell = null; - retrie = null; - }; + floskell = null; + retrie = null; + }; # Allow Cabal 3.14 hpack = doDistribute self.hpack_0_38_0;