haskell.packages.ghc94.ormolu: use latest version for ghc-9.4.x

This commit is contained in:
Peter Simons
2023-02-02 10:24:25 +01:00
committed by Florian Brandes
parent 68a2a81f50
commit b19c2784da

View File

@@ -196,9 +196,7 @@ in {
};
# https://github.com/tweag/ormolu/issues/941
ormolu = overrideCabal (drv: {
libraryHaskellDepends = drv.libraryHaskellDepends ++ [ self.file-embed ];
}) (disableCabalFlag "fixity-th" super.ormolu);
ormolu = doDistribute self.ormolu_0_5_2_0;
fourmolu = overrideCabal (drv: {
libraryHaskellDepends = drv.libraryHaskellDepends ++ [ self.file-embed ];
}) (disableCabalFlag "fixity-th" super.fourmolu_0_10_1_0);