[Git][ghc/ghc][wip/T22010] Remove more redundant imports
Jaro Reinders (@Noughtmare)
gitlab at gitlab.haskell.org
Mon Jun 5 09:29:07 UTC 2023
Jaro Reinders pushed to branch wip/T22010 at Glasgow Haskell Compiler / GHC
Commits:
1d10a68e by Jaro Reinders at 2023-06-05T11:28:59+02:00
Remove more redundant imports
- - - - -
2 changed files:
- compiler/GHC/Data/FastString.hs
- compiler/GHC/Types/Var.hs
Changes:
=====================================
compiler/GHC/Data/FastString.hs
=====================================
@@ -150,7 +150,6 @@ import GHC.Conc.Sync (sharedCAF)
import GHC.Base (unpackCString#,unpackNBytes#)
#endif
import GHC.Exts
-import GHC.Word
import GHC.IO
-- | Gives the Modified UTF-8 encoded bytes corresponding to a 'FastString'
=====================================
compiler/GHC/Types/Var.hs
=====================================
@@ -117,7 +117,7 @@ import {-# SOURCE #-} GHC.Types.Id.Info( IdDetails, IdInfo, coVarDetails, isCo
import {-# SOURCE #-} GHC.Builtin.Types ( manyDataConTy )
import GHC.Types.Name hiding (varName)
import GHC.Types.Unique ( Uniquable, Unique, getKey, getUnique
- , mkUniqueGrimily, nonDetCmpUnique )
+ , nonDetCmpUnique )
import GHC.Types.Basic( TypeOrConstraint(..) )
import GHC.Utils.Misc
import GHC.Utils.Binary
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1d10a68ee35862ea85a7e0e836bfdc3034923144
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1d10a68ee35862ea85a7e0e836bfdc3034923144
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/d85fd54f/attachment-0001.html>
More information about the ghc-commits
mailing list