diff options
-rw-r--r-- | compiler/GHC/Builtin/Names.hs-boot | 7 | ||||
-rw-r--r-- | compiler/GHC/Driver/Session.hs | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/compiler/GHC/Builtin/Names.hs-boot b/compiler/GHC/Builtin/Names.hs-boot deleted file mode 100644 index da448e09e4..0000000000 --- a/compiler/GHC/Builtin/Names.hs-boot +++ /dev/null @@ -1,7 +0,0 @@ -module GHC.Builtin.Names where - -import GHC.Unit.Module -import GHC.Types.Unique - -mAIN :: Module -liftedTypeKindTyConKey :: Unique 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 |