We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e19cc commit f86964eCopy full SHA for f86964e
README.md
@@ -45,9 +45,12 @@ it will automatically reload.
45
(See [below](#non-linux-systems).)
46
* A standard Haskell development environment, including `cabal` and `ghci`.
47
(`stack` is not needed.)
48
+ Supported GHC versions are 8.6 and 8.8.
49
* [`ghcid`](https://github.com/ndmitchell/ghcid).
50
* OpenGL development libraries and PulseAudio development libraries.
51
(For other sound setups, see [below](#sound-support).)
52
+ In Debian-based systems, this amounts to installing these packages:
53
+ `libgl1-mesa-dev` `libglu1-mesa-dev` `freeglut3-dev` `libpulse-dev` `libblas-dev` `liblapack-dev`
54
55
### Non-Linux systems
56
0 commit comments