summaryrefslogtreecommitdiff
path: root/compiler/rename/RnNames.lhs
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-09-17 19:05:43 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-09-21 09:53:10 +0100
commit94e7c6bf27fc18d9bbad5099b4c5cb4fd8a421e0 (patch)
tree362c8eff73a3f74388605d46c8ef5ec4946026c9 /compiler/rename/RnNames.lhs
parent222589a9f270d90f4ac21bf22b0a82e8ae126718 (diff)
downloadhaskell-94e7c6bf27fc18d9bbad5099b4c5cb4fd8a421e0.tar.gz
move AvailInfo and related things into its own module
Diffstat (limited to 'compiler/rename/RnNames.lhs')
-rw-r--r--compiler/rename/RnNames.lhs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rename/RnNames.lhs b/compiler/rename/RnNames.lhs
index 574550f1ff..ce14ad258f 100644
--- a/compiler/rename/RnNames.lhs
+++ b/compiler/rename/RnNames.lhs
@@ -25,6 +25,7 @@ import Module
import Name
import NameEnv
import NameSet
+import Avail
import HscTypes
import RdrName
import Outputable