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
Build logs
Reason:
Graphics/HGL/Internals/Events.hs:23:68: error: Module ‘Control.Concurrent.Chan’ does not export ‘isEmptyChan’
isEmptyChan is deprecated and is latest seen in base-4.10.1.0 (compare with base-4.11.0.0)
isEmptyChan
GHC 8.4 uses base 4.11.0.0
The text was updated successfully, but these errors were encountered:
remove 8.4.4 and 8.6.1 from the travis.yml file, see keera-studios#30
480087f
@chriz-zeller I tinkered a bit with the dependencies in #32 and the problem seems to be fixed. Let me know if something else is needed.
Sorry, something went wrong.
@Vincibean I will be merging this one. I'll try it and let you know. Thank you!
myroslambda
No branches or pull requests
Build logs
Reason:
isEmptyChan
is deprecated and is latest seen in base-4.10.1.0 (compare with base-4.11.0.0)GHC 8.4 uses base 4.11.0.0
The text was updated successfully, but these errors were encountered: