Skip to content

Commit

Permalink
Disable fixity-th on GHC 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen authored and mrkkrp committed Dec 15, 2022
1 parent 1ec862c commit 0bcf31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ormolu.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ library

mixins: ghc-lib-parser hiding (Language.Haskell.TH.Syntax)

if flag(fixity-th)
if (flag(fixity-th) && impl(ghc <9.4))
cpp-options: -DFIXITY_TH

else
Expand Down

0 comments on commit 0bcf31c

Please sign in to comment.