Lysxia / first-class-families

First-class type families
https://hackage.haskell.org/package/first-class-families
MIT License
86 stars 12 forks source link

Support GHC 8.10 #37

Closed chshersh closed 4 years ago

chshersh commented 4 years ago

It would be nice if first-class-families could be built with GHC-8.10. I wonder, whether bumping bounds would be enough.

Lysxia commented 4 years ago

I'll try bumping the bound and see what Travis CI thinks of it.

Lysxia commented 4 years ago

It works! I'll make a revision on Hackage and then merge #38.

chshersh commented 4 years ago

@Lysxia Thanks a lot for the quick fix!