diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2015-05-13 12:04:21 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2015-12-14 15:10:58 +0000 |
commit | 53ae59ff35fefacff28823f5b7c9e86535cbf024 (patch) | |
tree | ae9b969d60646eb1b217aa7c6d314f1dda83587b /haddock-api | |
parent | b731a89153266e29f160a76f3ebaaa3a4621f199 (diff) |
Track the new location of setRdrNameSpace
Diffstat (limited to 'haddock-api')
-rw-r--r-- | haddock-api/src/Haddock/Interface/LexParseRn.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/haddock-api/src/Haddock/Interface/LexParseRn.hs b/haddock-api/src/Haddock/Interface/LexParseRn.hs index 14826eaa..0f6add36 100644 --- a/haddock-api/src/Haddock/Interface/LexParseRn.hs +++ b/haddock-api/src/Haddock/Interface/LexParseRn.hs @@ -28,7 +28,8 @@ import Haddock.Interface.ParseModuleHeader import Haddock.Parser import Haddock.Types import Name -import Outputable (showPpr) +import RdrHsSyn ( setRdrNameSpace ) +import Outputable ( showPpr ) import RdrName import RnEnv (dataTcOccs) |