essence-of-live-coding-tutorial
essence-of-live-coding-tutorial copied to clipboard
Tutorial for essence-of-live-coding
(Running on ubuntu) Installation works, and `cabal run essence-of-live-coding-tutorial` works as expected, but run I run `ghcid`, I see "unknown command ':livereload'", and no gloss window appearing (or localhost running)....
With `nix develop` on this branch, `ghcid` and `cabal repl` should work again.
Apparently on a mac, starting gloss/GLUT crashes: ``` $ cabal repl Build profile: -w ghc-8.8.3 -O1 In order, the following will be built (use -v for more details): - essence-of-live-coding-tutorial-0.2.0.1...
* [ ] Pending resolution of #3
~~~~ 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...