Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

master breaks build with GHC 7.6 #75

Closed
andreasabel opened this issue Feb 7, 2022 · 1 comment · Fixed by #79
Closed

master breaks build with GHC 7.6 #75

andreasabel opened this issue Feb 7, 2022 · 1 comment · Fixed by #79

Comments

@andreasabel
Copy link
Contributor

The released clock-0.8.2 build with GHC 7.6, but not master:

$ cabal build -w ghc-7.6.3
...
Building library for clock-0.8.2..

System/Clock.hsc:23:8:
    Could not find module `Data.Coerce'
@andreasabel
Copy link
Contributor Author

import Data.Coerce was added in PRs

This module is new in base-4.7, so the constraints on base should have been updated as well.

andreasabel added a commit to andreasabel/clock that referenced this issue Feb 8, 2022
CetinSert added a commit that referenced this issue Feb 8, 2022
Fix #75: require base >= 4.7, bump to 0.8.3, CHANGELOG stub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant