- Builds with GHC 8.6.x and 8.8.x
- Requires cabal-install 2.2 or later
- Bugfix to the chat example, prevent two users simultaneously kicking each other
- Builds with GHC 8.2.x and 8.4.x
- Builds with GHC 7.10 and GHC 8.0.2
- Test with cabal new-build, and addit to the instructions
- Fix build with GHC 7.8
- Use http-conduit instead of HTTP (fixes problems with wikipedia URL examples)
- Fix build with GHC 7.8
- Minor fixes to the .cabal file
- Make findpar5.hs compile, and add it to the .cabal file
- Add
stack.yaml
, builds using LTS 4.2 (GHC 7.10.3) - Various upper bound updates,including
network-2.6
- Add
README.md
, with build instructions for Stack and Cabal - Fix
.cabal
problems found by stack - Build
tmvar.hs
,windowman.hs
by importing them into a dummyMain
module inmiscmodules.hs
. - Removed generated
Parse.hs
andLex.hs