Skip to content

Commit

Permalink
haskell.packages.ghc94.ormolu: use latest version for ghc-9.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Feb 4, 2023
1 parent bfd3325 commit f0a4d98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f0a4d98

Please sign in to comment.