diff options
Diffstat (limited to 'haddock-api/src/Haddock/Interface/Rename.hs')
| -rw-r--r-- | haddock-api/src/Haddock/Interface/Rename.hs | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/haddock-api/src/Haddock/Interface/Rename.hs b/haddock-api/src/Haddock/Interface/Rename.hs index 5b96c0a0..47aeb31a 100644 --- a/haddock-api/src/Haddock/Interface/Rename.hs +++ b/haddock-api/src/Haddock/Interface/Rename.hs @@ -21,9 +21,9 @@ import Haddock.Types  import Bag (emptyBag)  import GHC hiding (NoLink) -import Name +import GHC.Types.Name  import Outputable ( panic ) -import RdrName (RdrName(Exact)) +import GHC.Types.Name.Reader (RdrName(Exact))  import TysWiredIn (eqTyCon_RDR)  import Control.Applicative | 
