jonascarpay / apecs

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

Add -XTypeOperators to get rid of warnings #131

Closed jship closed 9 months ago

jship commented 9 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