summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser.y
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-09-22 19:53:07 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-10-01 18:36:11 -0400
commita946c7ef9eec768878d261c20437b924cd3afda3 (patch)
treea14eea374baf9d2988d1680a1286a67975c7e94d /compiler/GHC/Parser.y
parenta5aaceecaa04ce7ea5bade6eb96c0d129109c15a (diff)
downloadhaskell-a946c7ef9eec768878d261c20437b924cd3afda3.tar.gz
Less DynFlags in Header parsing
Diffstat (limited to 'compiler/GHC/Parser.y')
-rw-r--r--compiler/GHC/Parser.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/Parser.y b/compiler/GHC/Parser.y
index e61441cdb4..1def306805 100644
--- a/compiler/GHC/Parser.y
+++ b/compiler/GHC/Parser.y
@@ -53,7 +53,6 @@ import GHC.Hs
import GHC.Driver.Phases ( HscSource(..) )
import GHC.Driver.Types ( IsBootInterface(..), WarningTxt(..) )
-import GHC.Driver.Session
import GHC.Driver.Backpack.Syntax
import GHC.Unit.Info