turion / essence-of-live-coding-tutorial

Tutorial for essence-of-live-coding
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

ghcid starts cabal repl with -O2 option #14

Open thielema opened 4 years ago

thielema commented 4 years ago
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 commented 4 years ago

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

thielema commented 4 years ago

On Sun, 23 Aug 2020, Manuel Bärenz wrote:

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

worksforme

turion commented 4 years ago

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