Remove reference to MonadIO from CHANGELOG

This commit is contained in:
Edwin Brady 2020-06-21 19:41:18 +01:00
parent dbdf7dab3d
commit 0316dfa417

View File

@ -22,7 +22,6 @@ Library changes:
* `IO` operations in the `prelude` and `base` libraries now use the
`HasIO` interface, rather than using `IO` directly.
+ Also, added a `MonadIO` interface for operations which require `(>>=)`.
* Experimental `Data.Linear.Array` added to `contrib`, support mutable linear
arrays with constant time read/write, convertible to immutable arrays with
constant time read.