summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Session.hs
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2020-05-22 10:44:38 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2020-05-22 10:44:38 +0100
commitea1892e64534ddada60b3e0ba2d1f1a1699e61ff (patch)
tree6c6c96fe3e8331e4d77ccb223c819eab9cb2d2f4 /compiler/GHC/Driver/Session.hs
parent266310c300f2254dfdeb5eb2123737f765ed18f8 (diff)
downloadhaskell-wip/unused-boot-file.tar.gz
Remove unused hs-boot filewip/unused-boot-file
Diffstat (limited to 'compiler/GHC/Driver/Session.hs')
-rw-r--r--compiler/GHC/Driver/Session.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Driver/Session.hs b/compiler/GHC/Driver/Session.hs
index ac099a61dd..67d678e116 100644
--- a/compiler/GHC/Driver/Session.hs
+++ b/compiler/GHC/Driver/Session.hs
@@ -246,7 +246,7 @@ import GHC.Unit.Parser
import GHC.Unit.Module
import {-# SOURCE #-} GHC.Driver.Plugins
import {-# SOURCE #-} GHC.Driver.Hooks
-import {-# SOURCE #-} GHC.Builtin.Names ( mAIN )
+import GHC.Builtin.Names ( mAIN )
import {-# SOURCE #-} GHC.Unit.State (PackageState, emptyPackageState, PackageDatabase, mkIndefUnitId, updateIndefUnitId)
import GHC.Driver.Phases ( Phase(..), phaseInputExt )
import GHC.Driver.Flags