[commit: ghc] master: Fix typo in base changelog (2b5b9dc)
git at git.haskell.org
git at git.haskell.org
Thu Mar 9 23:12:38 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2b5b9dc69e5d0af20b6e7be31638c2e3a1bb765f/ghc
>---------------------------------------------------------------
commit 2b5b9dc69e5d0af20b6e7be31638c2e3a1bb765f
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Thu Mar 9 18:10:56 2017 -0500
Fix typo in base changelog
Replace `Data.Reflection` with `Type.Reflection`.
>---------------------------------------------------------------
2b5b9dc69e5d0af20b6e7be31638c2e3a1bb765f
libraries/base/changelog.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index abae5ae..f2ea265 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -79,7 +79,7 @@
* `mkFunTy`, `mkAppTy`, and `mkTyConApp` from `Data.Typeable` no longer exist.
This functionality is superceded by the interfaces provided by
- `Data.Reflection`.
+ `Type.Reflection`.
* `mkTyCon3` is no longer exported by `Data.Typeable`. This function is
replaced by `Type.Reflection.Unsafe.mkTyCon`.
More information about the ghc-commits
mailing list