Updated documentation

This commit is contained in:
Giuseppe Lomurno 2020-06-26 19:16:14 +02:00
parent 5ccc6a397d
commit 36c62c754a

View File

@ -34,6 +34,8 @@ Library changes:
* Added `Control.Monad.ST`, for update in-place via `STRef` (which is like
`IORef`, but can escape from `IO`). Also added `Data.Ref` which provides an
interface to both `IORef` and `STRef`.
* Added `Control.ANSI` in `contrib`, for usage of ANSI escape codes for text
styling and cursor/screen control in terminals.
Command-line options changes: