[commit: haddock] wip/landmine-param-family: Need a PlaceHolder for PostTc DocName Coercion (3362e23)

git at git.haskell.org git at git.haskell.org
Wed Jul 8 08:30:24 UTC 2015


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

On branch  : wip/landmine-param-family
Link       : http://git.haskell.org/haddock.git/commitdiff/3362e23040506ad44ee7a383585ed455f1aecdd0

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

commit 3362e23040506ad44ee7a383585ed455f1aecdd0
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Thu Aug 21 23:44:37 2014 +0200

    Need a PlaceHolder for PostTc DocName Coercion


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

3362e23040506ad44ee7a383585ed455f1aecdd0
 src/Haddock/Interface/Rename.hs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Haddock/Interface/Rename.hs b/src/Haddock/Interface/Rename.hs
index c6cea8d..24e7412 100644
--- a/src/Haddock/Interface/Rename.hs
+++ b/src/Haddock/Interface/Rename.hs
@@ -22,6 +22,7 @@ import Bag (emptyBag)
 import GHC hiding (NoLink)
 import Name
 import NameSet
+import Coercion
 
 import Control.Applicative
 import Control.Monad hiding (mapM)
@@ -180,6 +181,7 @@ renameMaybeLKind :: Maybe (LHsKind Name) -> RnM (Maybe (LHsKind DocName))
 renameMaybeLKind = traverse renameLKind
 
 type instance PostTc DocName Kind  = PlaceHolder
+type instance PostTc DocName Coercion  = PlaceHolder
 
 renameType :: HsType Name -> RnM (HsType DocName)
 renameType t = case t of



More information about the ghc-commits mailing list