summaryrefslogtreecommitdiff
path: root/testsuite/tests/quasiquotation/T7918.hs
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-02-18 11:08:48 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-02-21 20:46:40 -0500
commit240f5bf6f53515535be5bf3ef7632aa69ae21e3e (patch)
treedc7be78ca126c66af0aeb9f7944ebfc0ac5a211c /testsuite/tests/quasiquotation/T7918.hs
parentbe7068a6130f394dcefbcb5d09c2944deca2270d (diff)
downloadhaskell-240f5bf6f53515535be5bf3ef7632aa69ae21e3e.tar.gz
Modules: Driver (#13009)
submodule updates: nofib, haddock
Diffstat (limited to 'testsuite/tests/quasiquotation/T7918.hs')
-rw-r--r--testsuite/tests/quasiquotation/T7918.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/quasiquotation/T7918.hs b/testsuite/tests/quasiquotation/T7918.hs
index 507f4b3ee8..a5a2ddfb70 100644
--- a/testsuite/tests/quasiquotation/T7918.hs
+++ b/testsuite/tests/quasiquotation/T7918.hs
@@ -2,7 +2,7 @@
module Main (main) where
import GHC
-import DynFlags
+import GHC.Driver.Session
import Outputable
import MonadUtils
import NameSet