Closed danwdart closed 3 years ago
Hi, this has been fixed in master but not released. I don't think @brendanhay has time for maintaining this library at the moment. I am working around the issue by loading gogol
via git. See https://github.com/brendanhay/gogol/issues/147#issuecomment-635735272
Ah, thanks!
me too ;)
Trying to compile gogol-core 0.5.0 currently errors with the following:
This is because Servant has removed that file, but gogol-core has no upper bound on its version restriction.
Workaround for now: Restrict servant to < 0.17 because Servant.Utils.Links no longer exists in 0.17.