All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to PVP Versioning. The changelog is also available on GitHub.
- #16 Update documentation, Add new example written in Literate Haskell & tutorial-style
- #89
Add
putStderrColoured
andputStdoutColoured
functions for putting string without output line breaking
0.0.0.0 — 2022-08-09 🌇
Initial release prepared by @chshersh.
- #34:
Add the
--no-input
CLI option for disabling interactivity (by @charrsky) - #36: Support Windows and macOS (by @charrsky)
- #37: Support GHC 9.0.2 (by @charrsky)
- #38: Support GHC 9.2.3 and GHC 9.2.4 (by @charrsky, @chshersh)
- #42,
#52:
Add
stack
support and instructions to build withstack
(by @charrsky, @chshersh) - #43:
Add
MonadUnliftIO
instance for theCliApp
monad (by @charrsky)