diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index abae5aef57572cbaced7d63c0ce3b87f9107fab4..f2ea265a0dcb9522477eafb89f50055998cfe674 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`.