summaryrefslogtreecommitdiff
path: root/testsuite/tests/quasiquotation/T7918.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/quasiquotation/T7918.hs')
-rw-r--r--testsuite/tests/quasiquotation/T7918.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/quasiquotation/T7918.hs b/testsuite/tests/quasiquotation/T7918.hs
index da770f11c1..d322a7f11e 100644
--- a/testsuite/tests/quasiquotation/T7918.hs
+++ b/testsuite/tests/quasiquotation/T7918.hs
@@ -5,9 +5,9 @@ import GHC
import GHC.Driver.Session
import Outputable
import MonadUtils
-import NameSet
-import Var
-import SrcLoc
+import GHC.Types.Name.Set
+import GHC.Types.Var
+import GHC.Types.SrcLoc as SrcLoc
import Data.Data