lol

haskellPackages: Fixup ormolu minor version in overrides

+2 -2
+1 -1
pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
··· 125 125 # Tests fail due to the newly-build fourmolu not being in PATH 126 126 # https://github.com/fourmolu/fourmolu/issues/231 127 127 fourmolu = dontCheck super.fourmolu_0_14_0_0; 128 - ormolu = self.generateOptparseApplicativeCompletions [ "ormolu" ] (enableSeparateBinOutput super.ormolu_0_7_2_0); 128 + ormolu = self.generateOptparseApplicativeCompletions [ "ormolu" ] (enableSeparateBinOutput super.ormolu_0_7_3_0); 129 129 hlint = super.hlint_3_6_1; 130 130 stylish-haskell = super.stylish-haskell; 131 131 }
+1 -1
pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
··· 98 98 # Tests fail due to the newly-build fourmolu not being in PATH 99 99 # https://github.com/fourmolu/fourmolu/issues/231 100 100 fourmolu = dontCheck super.fourmolu_0_14_0_0; 101 - ormolu = self.generateOptparseApplicativeCompletions [ "ormolu" ] (enableSeparateBinOutput super.ormolu_0_7_2_0); 101 + ormolu = self.generateOptparseApplicativeCompletions [ "ormolu" ] (enableSeparateBinOutput super.ormolu_0_7_3_0); 102 102 hlint = super.hlint_3_6_1; 103 103 104 104 # v0.1.6 forbids base >= 4.18