Changelog for iris-0.0.0.0
Changelog
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.
Unreleased
0.0.0.0 — 2022-08-09 🌇
Initial release prepared by @chshersh.
Added
- #34:
Add the
--no-inputCLI 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
stacksupport and instructions to build withstack(by @charrsky, @chshersh) - #43:
Add
MonadUnliftIOinstance for theCliAppmonad (by @charrsky)