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

ghcid starts cabal repl with -O2 option #14

Open
thielema opened this issue Aug 23, 2020 · 3 comments
Open

ghcid starts cabal repl with -O2 option #14

thielema opened this issue Aug 23, 2020 · 3 comments

Comments

@thielema
Copy link

essence-of-live-coding-tutorial$ ghcid
Loading cabal repl -O2 ...
cabal: unrecognized 'repl' option `-O2'
Command "cabal repl -O2" exited unexpectedly with error message: cabal: unrecognized 'repl' option `-O2'

When I start cabal repl myself, I encounter no problems and see the white ball in a black window that somehow reacts to mouse clicks and moves. Is ghcid required for the tutorial?

@turion
Copy link
Owner

turion commented Aug 23, 2020

ghcid is not required, but highly recommended. You can edit .ghcid and remove that -O2 option without much harm.

@thielema
Copy link
Author

thielema commented Aug 23, 2020 via email

@turion
Copy link
Owner

turion commented Aug 23, 2020

I'll remove that option later and announce it in the tutorial

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