[Git][ghc/ghc][master] Remove unused hs-boot file
Marge Bot
gitlab at gitlab.haskell.org
Sun May 24 05:56:52 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
01c43634 by Matthew Pickering at 2020-05-24T01:56:42-04:00
Remove unused hs-boot file
- - - - -
2 changed files:
- − compiler/GHC/Builtin/Names.hs-boot
- compiler/GHC/Driver/Session.hs
Changes:
=====================================
compiler/GHC/Builtin/Names.hs-boot deleted
=====================================
@@ -1,7 +0,0 @@
-module GHC.Builtin.Names where
-
-import GHC.Unit.Module
-import GHC.Types.Unique
-
-mAIN :: Module
-liftedTypeKindTyConKey :: Unique
=====================================
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
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/01c43634d443bd3cc0b95b43a7180e12230b845d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/01c43634d443bd3cc0b95b43a7180e12230b845d
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200524/f63296ea/attachment.html>
More information about the ghc-commits
mailing list