diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-02-18 11:08:48 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-02-21 20:46:40 -0500 |
commit | 240f5bf6f53515535be5bf3ef7632aa69ae21e3e (patch) | |
tree | dc7be78ca126c66af0aeb9f7944ebfc0ac5a211c /compiler/iface | |
parent | be7068a6130f394dcefbcb5d09c2944deca2270d (diff) | |
download | haskell-240f5bf6f53515535be5bf3ef7632aa69ae21e3e.tar.gz |
Modules: Driver (#13009)
submodule updates: nofib, haddock
Diffstat (limited to 'compiler/iface')
-rw-r--r-- | compiler/iface/BuildTyCl.hs | 2 | ||||
-rw-r--r-- | compiler/iface/FlagChecker.hs | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/compiler/iface/BuildTyCl.hs b/compiler/iface/BuildTyCl.hs index d9959f339f..8518b01e66 100644 --- a/compiler/iface/BuildTyCl.hs +++ b/compiler/iface/BuildTyCl.hs @@ -38,7 +38,7 @@ import Id import TcType import SrcLoc( SrcSpan, noSrcSpan ) -import DynFlags +import GHC.Driver.Session import TcRnMonad import UniqSupply import Util diff --git a/compiler/iface/FlagChecker.hs b/compiler/iface/FlagChecker.hs index aac2c24995..7cac37cb4f 100644 --- a/compiler/iface/FlagChecker.hs +++ b/compiler/iface/FlagChecker.hs @@ -11,8 +11,8 @@ module FlagChecker ( import GhcPrelude import Binary -import DynFlags -import HscTypes +import GHC.Driver.Session +import GHC.Driver.Types import Module import Name import Fingerprint |