haskellPackages: Fixup ormolu minor version in overrides

This commit is contained in:
Robert Hensing 2023-11-10 18:26:01 +01:00
parent 8b0f2aefa0
commit acb51580ca
2 changed files with 2 additions and 2 deletions

View file

@ -125,7 +125,7 @@ in {
# 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;
ormolu = self.generateOptparseApplicativeCompletions [ "ormolu" ] (enableSeparateBinOutput super.ormolu_0_7_2_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

@ -98,7 +98,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;
ormolu = self.generateOptparseApplicativeCompletions [ "ormolu" ] (enableSeparateBinOutput super.ormolu_0_7_2_0);
ormolu = self.generateOptparseApplicativeCompletions [ "ormolu" ] (enableSeparateBinOutput super.ormolu_0_7_3_0);
hlint = super.hlint_3_6_1;
# v0.1.6 forbids base >= 4.18