[commit: haddock] wip-located-module-as, wip/T3384: ImportDecl.ideclAs now has a Located ModuleName (f4e355f)
git at git.haskell.org
git at git.haskell.org
Mon Nov 20 21:04:20 UTC 2017
- Previous message: [commit: haddock] alexbiehl-patch-1, ghc-head, ghc-head1, haddock-quick, headdock-library-1.4.5, ie_avails, master, pr-filter-maps, pr/cabal-desc, travis, v2.18, wip-located-module-as, wip/T12942, wip/T13163, wip/T3384, wip/embelleshed-rdr, wip/new-tree-one-param, wip/rae, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Update for refactoring of NameCache (a5a51f9)
- Next message: [commit: haddock] wip-located-module-as, wip/T3384: ImportDecl.ideclAs now has a Located ModuleName (f4e355f)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/haddock
On branches: wip-located-module-as,wip/T3384
Link : http://git.haskell.org/haddock.git/commitdiff/f4e355f7023057924161160ce75aeaaa3a8d9914
>---------------------------------------------------------------
commit f4e355f7023057924161160ce75aeaaa3a8d9914
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Thu Nov 3 14:08:10 2016 +0200
ImportDecl.ideclAs now has a Located ModuleName
>---------------------------------------------------------------
f4e355f7023057924161160ce75aeaaa3a8d9914
haddock-api/src/Haddock/Interface/Create.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/haddock-api/src/Haddock/Interface/Create.hs b/haddock-api/src/Haddock/Interface/Create.hs
index 2cdc6f8..627f7c9 100644
--- a/haddock-api/src/Haddock/Interface/Create.hs
+++ b/haddock-api/src/Haddock/Interface/Create.hs
@@ -164,7 +164,7 @@ mkAliasMap dflags mRenamedSource =
Just (_,impDecls,_,_) ->
M.fromList $
mapMaybe (\(SrcLoc.L _ impDecl) -> do
- alias <- ideclAs impDecl
+ SrcLoc.L _ alias <- ideclAs impDecl
return $
(lookupModuleDyn dflags
(fmap Module.fsToUnitId $
- Previous message: [commit: haddock] alexbiehl-patch-1, ghc-head, ghc-head1, haddock-quick, headdock-library-1.4.5, ie_avails, master, pr-filter-maps, pr/cabal-desc, travis, v2.18, wip-located-module-as, wip/T12942, wip/T13163, wip/T3384, wip/embelleshed-rdr, wip/new-tree-one-param, wip/rae, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Update for refactoring of NameCache (a5a51f9)
- Next message: [commit: haddock] wip-located-module-as, wip/T3384: ImportDecl.ideclAs now has a Located ModuleName (f4e355f)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list