[commit: ghc] ghc-8.2: base: Fix erroneous reference to Data.Reflection in documentation (1de6032)

git at git.haskell.org git at git.haskell.org
Tue Apr 11 02:21:59 UTC 2017


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

On branch  : ghc-8.2
Link       : http://ghc.haskell.org/trac/ghc/changeset/1de6032e8ea61fdd7a0ff6c94ebed3649d40898c/ghc

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

commit 1de6032e8ea61fdd7a0ff6c94ebed3649d40898c
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Apr 10 14:07:42 2017 -0400

    base: Fix erroneous reference to Data.Reflection in documentation
    
    (cherry picked from commit 40a2ed058785d6caaf38d938f51659476622b29b)


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

1de6032e8ea61fdd7a0ff6c94ebed3649d40898c
 libraries/base/Data/Typeable.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/Data/Typeable.hs b/libraries/base/Data/Typeable.hs
index 4268619..6157e82 100644
--- a/libraries/base/Data/Typeable.hs
+++ b/libraries/base/Data/Typeable.hs
@@ -31,7 +31,7 @@
 -- Since GHC 8.2, GHC has supported type-indexed type representations.
 -- "Data.Typeable" provides type representations which are qualified over this
 -- index, providing an interface very similar to the "Typeable" notion seen in
--- previous releases. For the type-indexed interface, see "Data.Reflection".
+-- previous releases. For the type-indexed interface, see "Type.Reflection".
 --
 -- Since GHC 7.8, 'Typeable' is poly-kinded. The changes required for this might
 -- break some old programs involving 'Typeable'. More details on this, including



More information about the ghc-commits mailing list