[commit: haddock] adamse-D1033, ghc-head, wip/10313, wip/T10483, wip/orf-reboot: Track the new location of setRdrNameSpace (5a57a24)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 08:38:41 UTC 2015
Repository : ssh://git@git.haskell.org/haddock
On branches: adamse-D1033,ghc-head,wip/10313,wip/T10483,wip/orf-reboot
Link : http://git.haskell.org/haddock.git/commitdiff/5a57a24c44e06e964c4ea2276c842c722c4e93d9
>---------------------------------------------------------------
commit 5a57a24c44e06e964c4ea2276c842c722c4e93d9
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed May 13 12:04:21 2015 +0100
Track the new location of setRdrNameSpace
>---------------------------------------------------------------
5a57a24c44e06e964c4ea2276c842c722c4e93d9
haddock-api/src/Haddock/Interface/LexParseRn.hs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/haddock-api/src/Haddock/Interface/LexParseRn.hs b/haddock-api/src/Haddock/Interface/LexParseRn.hs
index 35abf8a..ac823da 100644
--- a/haddock-api/src/Haddock/Interface/LexParseRn.hs
+++ b/haddock-api/src/Haddock/Interface/LexParseRn.hs
@@ -29,7 +29,8 @@ import Haddock.Interface.ParseModuleHeader
import Haddock.Parser
import Haddock.Types
import Name
-import Outputable (showPpr)
+import RdrHsSyn ( setRdrNameSpace )
+import Outputable ( showPpr )
import RdrName
processDocStrings :: DynFlags -> GlobalRdrEnv -> [HsDocString]
More information about the ghc-commits
mailing list