[commit: ghc] master: base: Add changelog entry for withTypeable generalization (58a7062)

git at git.haskell.org git at git.haskell.org
Thu Sep 21 16:12:03 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/58a70629a2c3efc594c88cd1d4ae9ae147d698cd/ghc

>---------------------------------------------------------------

commit 58a70629a2c3efc594c88cd1d4ae9ae147d698cd
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Sep 21 12:11:33 2017 -0400

    base: Add changelog entry for withTypeable generalization


>---------------------------------------------------------------

58a70629a2c3efc594c88cd1d4ae9ae147d698cd
 libraries/base/changelog.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index dcd2e5e..6d5543e 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -49,6 +49,9 @@
 
   * `Type.Reflection.App` now matches on function types (fixes #14236)
 
+  * `Type.Reflection.withTypeable` is now polymorphic in the `RuntimeRep` of
+    its result.
+
 ## 4.10.0.0 *April 2017*
   * Bundled with GHC *TBA*
 



More information about the ghc-commits mailing list