haskellPackages: Fixup fourmolu minor version in overrides

This commit is contained in:
Robert Hensing
2023-11-10 18:33:08 +01:00
parent b4d06896fb
commit c71bf5bc06
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ in {
haskell-language-server = allowInconsistentDependencies super.haskell-language-server;
# Tests fail due to the newly-build fourmolu not being in PATH
# https://github.com/fourmolu/fourmolu/issues/231
fourmolu = dontCheck super.fourmolu_0_14_0_0;
fourmolu = dontCheck super.fourmolu_0_14_1_0;
ormolu = self.generateOptparseApplicativeCompletions [ "ormolu" ] (enableSeparateBinOutput super.ormolu_0_7_3_0);
hlint = super.hlint_3_6_1;
stylish-haskell = super.stylish-haskell;

View File

@@ -97,7 +97,7 @@ self: super: {
# Tests fail due to the newly-build fourmolu not being in PATH
# https://github.com/fourmolu/fourmolu/issues/231
fourmolu = dontCheck super.fourmolu_0_14_0_0;
fourmolu = dontCheck super.fourmolu_0_14_1_0;
ormolu = self.generateOptparseApplicativeCompletions [ "ormolu" ] (enableSeparateBinOutput super.ormolu_0_7_3_0);
hlint = super.hlint_3_6_1;