Closed 23Skidoo closed 5 years ago
@bitemyapp i kicked the build and it passed. Any objection to dropping GHC 7.x support? If not, I can prepare a release. @23Skidoo this would constitute a C version bump as in A.B.C, right? Types didn't change but a newer version of dependencies is now required, which may introduce orphan instances or whatever.
Yep, there are no orphan instances in containers
AFAICT (otherwise a major version bump could be required).
Ping.
Fixed by #258. No upper bounds now.
NB: This PR drops support for GHC < 8. I'm not sure whether it is okay or not. Looks like there is no CI for GHC < 8, though.
Would be also nice if the dependency on
containers
was relaxed on Hackage or a new minor release with support for GHC 8.6 was uploaded.