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

Haskelloids does not build with ghc 8.4.4 and 8.6.1 #30

Open
chriz-zeller opened this issue Oct 17, 2018 · 2 comments
Open

Haskelloids does not build with ghc 8.4.4 and 8.6.1 #30

chriz-zeller opened this issue Oct 17, 2018 · 2 comments
Assignees

Comments

@chriz-zeller
Copy link
Contributor

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)

GHC 8.4 uses base 4.11.0.0

@Vincibean
Copy link

@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.

@myroslambda
Copy link
Contributor

@Vincibean I will be merging this one. I'll try it and let you know. Thank you!

@myroslambda myroslambda self-assigned this Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants