jonascarpay / apecs

a fast, extensible, type driven Haskell ECS framework for games
391 stars 43 forks source link

Add -XTypeOperators to get rid of warnings #131

Closed jship closed 8 months ago

jship commented 8 months ago

Gets rid of the warnings about using ~ without having enabled -XTypeOperators:

The use of ‘~’ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators