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.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/quasiquotation/T7918.hs b/testsuite/tests/quasiquotation/T7918.hs
index d322a7f11e..1a7de12d42 100644
--- a/testsuite/tests/quasiquotation/T7918.hs
+++ b/testsuite/tests/quasiquotation/T7918.hs
@@ -3,8 +3,8 @@ module Main (main) where
import GHC
import GHC.Driver.Session
-import Outputable
-import MonadUtils
+import GHC.Utils.Outputable
+import GHC.Utils.Monad
import GHC.Types.Name.Set
import GHC.Types.Var
import GHC.Types.SrcLoc as SrcLoc