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

Updates for GHC 7.10. #28

Closed
wants to merge 1 commit into from

Conversation

FranklinChen
Copy link

I have successfully built csound-expression on GHC 7.10.1 and played some sounds on my Mac.

@anton-k
Copy link
Contributor

anton-k commented Jul 29, 2015

I'm happy to know about it! But If I accept the changes it fails to build on prev versions of GHC. I suspect that majority of users do not use the 7.10 yet.

Also I'm not satisfied with Boolean in GHC 7.10

import Prelude hiding ((<*))

This is a bad idea to me. If I'm going to rely on Boolean I force my users to write this line of code every time they want to use my library. I don't like it. I need to find a better solution.

@FranklinChen
Copy link
Author

The name clash is definitely inconvenient, so you will need to decide on a workaround.

Meanwhile, the new Haskell Platform based on GHC 7.10.2 just came out, and I expect newcomers to Haskell to start using it.

@anton-k anton-k closed this Jun 13, 2018
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 this pull request may close these issues.

2 participants