macaw/macaw-ppc/tests
Ryan Scott 7e346081a5 Fix -Wtype-equality-requires-operators warnings
GHC 9.4 adds `-Wtype-equality-requires-operators` to `-Wall`, which warns about
certain uses of type equalities that are not forward-compatible with planned
changes in GHC. See [this
section](https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/9.4?version_id=b60e52482a666d25638d59cd7e86851ddf971dc1#-is-now-a-type-operator)
of the GHC 9.4 Migration Guide. These warnings are easily fixed by enabling the
`TypeOperators` extension.
2023-04-18 15:17:23 -04:00
..
ppc32 Add a test for indirect calls 2022-06-09 13:07:30 -07:00
ppc64 ppc: Rename test modules 2022-06-09 13:07:30 -07:00
Main.hs ppc: Fix a mistake that inhibited some tests 2022-06-09 13:07:30 -07:00
PPC64InstructionCoverage.hs Fix -Wtype-equality-requires-operators warnings 2023-04-18 15:17:23 -04:00
PPCTests.hs Fix -Wtype-equality-requires-operators warnings 2023-04-18 15:17:23 -04:00
Shared.hs Fix -Wtype-equality-requires-operators warnings 2023-04-18 15:17:23 -04:00