From 0316dfa41733f352f4e70764929c03bcdd0786cc Mon Sep 17 00:00:00 2001 From: Edwin Brady Date: Sun, 21 Jun 2020 19:41:18 +0100 Subject: [PATCH] Remove reference to MonadIO from CHANGELOG --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4856fe9be..1cf227521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.