diff options
author | Simon Jakobi <simon.jakobi@gmail.com> | 2021-02-04 20:13:03 +0100 |
---|---|---|
committer | Simon Jakobi <simon.jakobi@gmail.com> | 2021-02-11 04:30:13 +0100 |
commit | d1f9655a719c390f1c629117fd2b70402514bfd6 (patch) | |
tree | d8485514aba61b311e5a4f9452ea79e4d35d90e9 /libraries/base/changelog.md | |
parent | ab5fd982a7a501136cb8b90fa841c02cc9551b5a (diff) | |
download | haskell-wip/remove-data-semigroup-option.tar.gz |
Remove Data.Semigroup.Optionwip/remove-data-semigroup-option
Bumps the binary and deepseq submodules.
Fixes https://gitlab.haskell.org/ghc/ghc/-/issues/15028.
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 7ba14bf36b..02202aaa60 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -18,6 +18,8 @@ * Add `Eq1`, `Read1` and `Show1` instance for `Complex`; 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. + ## 4.15.0.0 *TBA* * `openFile` now calls the `open` system call with an `interruptible` FFI |