[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
- Previous message: [commit: haddock] 2.15, 2.15.0.1, 2.15.0.2, T6018-injective-type-families, adamse-D1033, clean, ghc-head, master, metainfo, v2.15, wip/10268, wip/10313, wip/D538, wip/D538-1, wip/D538-2, wip/D538-3, wip/D538-4, wip/D538-5, wip/D538-6, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T9840, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3, wip/orf-reboot: Require GHC 7.8.3 (2c3f2b4)
- Next message: [commit: haddock] 2.15, 2.15.0.1, 2.15.0.2, T6018-injective-type-families, adamse-D1033, clean, ghc-head, master, metainfo, v2.15, wip/10268, wip/10313, wip/D538, wip/D538-1, wip/D538-2, wip/D538-3, wip/D538-4, wip/D538-5, wip/D538-6, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T9840, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3, wip/orf-reboot: Move Haddock API to a separate package (e992520)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [commit: haddock] 2.15, 2.15.0.1, 2.15.0.2, T6018-injective-type-families, adamse-D1033, clean, ghc-head, master, metainfo, v2.15, wip/10268, wip/10313, wip/D538, wip/D538-1, wip/D538-2, wip/D538-3, wip/D538-4, wip/D538-5, wip/D538-6, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T9840, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3, wip/orf-reboot: Require GHC 7.8.3 (2c3f2b4)
- Next message: [commit: haddock] 2.15, 2.15.0.1, 2.15.0.2, T6018-injective-type-families, adamse-D1033, clean, ghc-head, master, metainfo, v2.15, wip/10268, wip/10313, wip/D538, wip/D538-1, wip/D538-2, wip/D538-3, wip/D538-4, wip/D538-5, wip/D538-6, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T9840, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3, wip/orf-reboot: Move Haddock API to a separate package (e992520)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list