We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The released clock-0.8.2 build with GHC 7.6, but not master:
clock-0.8.2
$ 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'
The text was updated successfully, but these errors were encountered:
import Data.Coerce was added in PRs
import Data.Coerce
This module is new in base-4.7, so the constraints on base should have been updated as well.
base-4.7
base
Sorry, something went wrong.
Fix corsis#75: require base >= 4.7, bump to 0.8.3, CHANGELOG stub
5aa0f9b
Merge pull request #79 from andreasabel/issue75-base-lower-bound
5620bbf
Fix #75: require base >= 4.7, bump to 0.8.3, CHANGELOG stub
Successfully merging a pull request may close this issue.
The released
clock-0.8.2
build with GHC 7.6, but notmaster
:The text was updated successfully, but these errors were encountered: