Skip to content
Snippets Groups Projects
Commit 2b5b9dc6 authored by Ryan Scott's avatar Ryan Scott
Browse files

Fix typo in base changelog

Replace `Data.Reflection` with `Type.Reflection`.
parent 6b15dfe8
No related merge requests found
......@@ -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`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment