summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
diff options
context:
space:
mode:
authorOleg Grenrus <oleg.grenrus@iki.fi>2020-06-10 21:05:12 +0300
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-06-25 03:54:46 -0400
commit67a86b4d4d21954bae7aaddec7617228025a8270 (patch)
tree16e8844da058247f8991fa45370796bf0ee01313 /libraries/base/changelog.md
parent1eb997a84669f158de9dd16a9e54d279cec22293 (diff)
downloadhaskell-67a86b4d4d21954bae7aaddec7617228025a8270.tar.gz
Add MonadZip and MonadFix instances for Complex
These instances are taken from https://hackage.haskell.org/package/linear-1.21/docs/Linear-Instances.html They are the unique possible, so let they be in `base`.
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r--libraries/base/changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index f612d29128..a0c3234137 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -25,6 +25,8 @@
* An issue with list fusion and `elem` was fixed. `elem` applied to known
small lists will now compile to a simple case statement more often.
+
+ * Add `MonadFix` and `MonadZip` instances for `Complex`
## 4.14.0.0 *TBA*
* Bundled with GHC 8.10.1