[Git][ghc/ghc][wip/fix-ubx-cast] Import fixes
Andreas Klebinger (@AndreasK)
gitlab at gitlab.haskell.org
Wed Nov 9 18:06:37 UTC 2022
Andreas Klebinger pushed to branch wip/fix-ubx-cast at Glasgow Haskell Compiler / GHC
Commits:
bad0e56d by Andreas Klebinger at 2022-11-09T19:04:23+01:00
Import fixes
- - - - -
2 changed files:
- compiler/GHC/Builtin/PrimOps/Casts.hs
- compiler/GHC/Stg/Unarise.hs
Changes:
=====================================
compiler/GHC/Builtin/PrimOps/Casts.hs
=====================================
@@ -17,7 +17,6 @@ import GHC.Utils.Panic.Plain
import GHC.Types.RepType
import GHC.Core.Type
import GHC.Builtin.Types.Prim
-import GHC.Builtin.Types
import GHC.Builtin.PrimOps
import GHC.Plugins (HasDebugCallStack)
=====================================
compiler/GHC/Stg/Unarise.hs
=====================================
@@ -382,7 +382,7 @@ import GHC.Types.Basic
import GHC.Core
import GHC.Core.DataCon
import GHC.Core.TyCon
-import GHC.Data.FastString (FastString, mkFastString, fsLit, appendFS)
+import GHC.Data.FastString (FastString, mkFastString, fsLit)
import GHC.Types.Id
import GHC.Types.Literal
import GHC.Core.Make (aBSENT_SUM_FIELD_ERROR_ID)
@@ -401,7 +401,6 @@ import GHC.Types.Unique.Supply
import GHC.Types.Unique
import GHC.Utils.Misc
import GHC.Types.Var.Env
-import GHC.Types.Name
import Data.Bifunctor (second)
import Data.Maybe (mapMaybe)
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bad0e56d687a0794c33b79452c385a5fdf73d4e2
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bad0e56d687a0794c33b79452c385a5fdf73d4e2
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/20221109/5923352b/attachment-0001.html>
More information about the ghc-commits
mailing list