diff options
author | Oleg Grenrus <oleg.grenrus@iki.fi> | 2021-08-31 12:24:03 +0300 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-09-11 08:55:43 -0400 |
commit | 5615737a63562402e686de3d08710577d45a01d7 (patch) | |
tree | 0414c38cc9a5cd518ab37be7237cec4464d2bc9d /libraries/base/changelog.md | |
parent | f987ec1a77beced08850142d7e38b0a39f05c3e6 (diff) | |
download | haskell-5615737a63562402e686de3d08710577d45a01d7.tar.gz |
Remove dubious Eq1 and Ord1 Fixed instances. Fixes #20309
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 0ce3960092..525cdbab72 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -49,7 +49,6 @@ `Generic1`, and `Data` instances for `GHC.Tuple.Solo`. * Add `Eq1`, `Read1` and `Show1` instances for `Complex`; - add `Eq1` and `Ord1` instances for `Fixed; add `Eq1/2`, `Ord1/2`, `Show1/2` and `Read1/2` instances for 3 and 4-tuples. * Remove `Data.Semigroup.Option` and the accompanying `option` function. |