diagrams / diagrams-lib

Diagrams standard library
https://diagrams.github.io/
Other
138 stars 62 forks source link

Updating use of Kinds #355

Closed recursion-ninja closed 3 years ago

recursion-ninja commented 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.

recursion-ninja commented 3 years ago

A ping for maintainers to consider merging.

byorgey commented 3 years ago

Thanks!