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

Error if no/partial prelude #24

Closed
Duta opened this issue Mar 9, 2015 · 2 comments
Closed

Error if no/partial prelude #24

Duta opened this issue Mar 9, 2015 · 2 comments

Comments

@Duta
Copy link

Duta commented Mar 9, 2015

I'm in a hurry, so I'm afraid this won't have much detail.
When either using -XNoImplicitPrelude or import Prelude (a, few, functions), ghcid gets stuck.

ndmitchell added a commit that referenced this issue Mar 9, 2015
@ndmitchell
Copy link
Owner

A test case, if I ever need them again:

import Prelude(print)
main = print 1

And running with --verbose shows that it can't find putStrLn or error. I've made them qualified and it now works. I've released 0.3.6 including this fix.

@ndmitchell
Copy link
Owner

Thanks for the bug report btw, very easy to replicate from your notes!

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

No branches or pull requests

2 participants