From ea1892e64534ddada60b3e0ba2d1f1a1699e61ff Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Fri, 22 May 2020 10:44:38 +0100 Subject: Remove unused hs-boot file --- compiler/GHC/Builtin/Names.hs-boot | 7 ------- compiler/GHC/Driver/Session.hs | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 compiler/GHC/Builtin/Names.hs-boot 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 -- cgit v1.2.1