macaw/macaw-ppc
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
..
src/Data/Macaw Fix -Wtype-equality-requires-operators warnings 2023-04-18 15:17:23 -04:00
tests Fix -Wtype-equality-requires-operators warnings 2023-04-18 15:17:23 -04:00
ChangeLog.md first commit 2017-08-28 15:48:55 -07:00
LICENSE first commit 2017-08-28 15:48:55 -07:00
macaw-ppc.cabal ppc: Rename test modules 2022-06-09 13:07:30 -07:00
Setup.hs first commit 2017-08-28 15:48:55 -07:00