[Git][ghc/ghc][wip/T22010] Remove redundant imports

Jaro Reinders (@Noughtmare) gitlab at gitlab.haskell.org
Mon Jun 5 09:05:00 UTC 2023



Jaro Reinders pushed to branch wip/T22010 at Glasgow Haskell Compiler / GHC


Commits:
7299fad1 by Jaro Reinders at 2023-06-05T11:04:54+02:00
Remove redundant imports

- - - - -


2 changed files:

- compiler/GHC/Data/FastMutInt.hs
- compiler/GHC/Driver/Make.hs


Changes:

=====================================
compiler/GHC/Data/FastMutInt.hs
=====================================
@@ -16,7 +16,6 @@ module GHC.Data.FastMutInt(
 import GHC.Prelude.Basic
 
 import GHC.Base
-import GHC.Word
 
 data FastMutInt = FastMutInt !(MutableByteArray# RealWorld)
 


=====================================
compiler/GHC/Driver/Make.hs
=====================================
@@ -155,7 +155,6 @@ import GHC.Types.Unique.DFM (udfmRestrictKeysSet)
 import GHC.Types.Unique
 import GHC.Iface.Errors.Types
 
-import qualified Data.IntSet as I
 import qualified GHC.Data.Word64Set as W
 
 -- -----------------------------------------------------------------------------



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7299fad14b3475010b61d43dac88554320b578bb

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7299fad14b3475010b61d43dac88554320b578bb
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/20230605/de3e9eb8/attachment.html>


More information about the ghc-commits mailing list