haskell.packages.ghc96.fourmolu: 0.13.1.0 -> 0.14.0.0

This commit is contained in:
Nicolas Pouillard 2023-10-14 00:27:26 +02:00
parent c49f4c784c
commit 45dfae0893

View File

@ -166,7 +166,7 @@ self: super: {
hls-floskell-plugin = null;
};
fourmolu = super.fourmolu_0_13_1_0;
fourmolu = super.fourmolu_0_14_0_0;
ormolu = self.generateOptparseApplicativeCompletions [ "ormolu" ] (enableSeparateBinOutput super.ormolu_0_7_2_0);
stylish-haskell = super.stylish-haskell_0_14_5_0;