haskell.packages.ghc94.ormolu: use latest version for ghc-9.4.x
This commit is contained in:
@@ -196,9 +196,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# https://github.com/tweag/ormolu/issues/941
|
# https://github.com/tweag/ormolu/issues/941
|
||||||
ormolu = overrideCabal (drv: {
|
ormolu = doDistribute self.ormolu_0_5_2_0;
|
||||||
libraryHaskellDepends = drv.libraryHaskellDepends ++ [ self.file-embed ];
|
|
||||||
}) (disableCabalFlag "fixity-th" super.ormolu);
|
|
||||||
fourmolu = overrideCabal (drv: {
|
fourmolu = overrideCabal (drv: {
|
||||||
libraryHaskellDepends = drv.libraryHaskellDepends ++ [ self.file-embed ];
|
libraryHaskellDepends = drv.libraryHaskellDepends ++ [ self.file-embed ];
|
||||||
}) (disableCabalFlag "fixity-th" super.fourmolu_0_10_1_0);
|
}) (disableCabalFlag "fixity-th" super.fourmolu_0_10_1_0);
|
||||||
|
|||||||
Reference in New Issue
Block a user