summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
diff options
context:
space:
mode:
authorFumiaki Kinoshita <fumiexcel@gmail.com>2019-04-04 15:56:40 +0900
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-07-28 19:47:50 -0400
commitcd11f81f71e99a699a5ee8120bde9cb9d7e26d6b (patch)
treef87dd87e9775a6682d5fe78cef1bbaf1947661e8 /libraries/base/changelog.md
parent26314386789e3717427bab4bcb97755535bb12d4 (diff)
downloadhaskell-cd11f81f71e99a699a5ee8120bde9cb9d7e26d6b.tar.gz
base: add Functor, Applicative, Monad, Alternative, MonadPlus, Generic and Generic1 instances to Kleisli
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r--libraries/base/changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 8cb3366dd2..d5694e7a39 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -25,6 +25,9 @@
* Add `HasResolution` instances for `Nat`s.
+ * Add `Functor`, `Applicative`, `Monad`, `Alternative`, `MonadPlus`,
+ `Generic` and `Generic1` instances to `Kleisli`
+
## 4.13.0.0 *TBA*
* Bundled with GHC *TBA*