int-index / ether

Monad Transformers and Classes
https://int-index.github.io/ether/
BSD 3-Clause "New" or "Revised" License
78 stars 7 forks source link

Build with GHC 8.6 #43

Closed yihuang closed 5 years ago

int-index commented 5 years ago

GHC 8.6 ships with base-4.12, so the base <4.13 version constraint is correct. CI for GHC 8.6 passes in master.

I'm not a fan of the base <5 constraint as it ignores a major version component.

However, on Hackage the version constraint was different, it still said base <4.12. I published a new revision, please check if it solves your issue.

yihuang commented 5 years ago

I've tried the new version on hackage, it works.