Closed recursion-ninja closed 3 years ago
There were many warnings raised during compilation regarding the deprecated use of * symbol and StarIsType language extension. This pull request fixes these compilation warnings at the expense of dropping GHC-7.10 compilation support.
*
StarIsType
A ping for maintainers to consider merging.
Thanks!
There were many warnings raised during compilation regarding the deprecated use of
*
symbol andStarIsType
language extension. This pull request fixes these compilation warnings at the expense of dropping GHC-7.10 compilation support.