haskellPackages: run treefmt

Introduced in previous commit.
This commit is contained in:
Wolfgang Walther
2025-06-03 08:58:23 +02:00
parent 2c526a5d52
commit 141e7eb605
@@ -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;