summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_run/CountParserDeps.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parser/should_run/CountParserDeps.hs')
-rw-r--r--testsuite/tests/parser/should_run/CountParserDeps.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/parser/should_run/CountParserDeps.hs b/testsuite/tests/parser/should_run/CountParserDeps.hs
index 0fedc62dca..1872c93ba8 100644
--- a/testsuite/tests/parser/should_run/CountParserDeps.hs
+++ b/testsuite/tests/parser/should_run/CountParserDeps.hs
@@ -11,7 +11,7 @@ module Main(main) where
-- need exists to produce ASTs and nothing more.
import GHC.Driver.Types
-import Module
+import GHC.Types.Module
import GHC.Driver.Session
import GHC.Driver.Main
import GHC
@@ -21,7 +21,7 @@ import Control.Monad
import Control.Monad.IO.Class
import System.Environment
import System.Exit
-import UniqSet
+import GHC.Types.Unique.Set
main :: IO ()
main = do