[Git][ghc/ghc][wip/decode_cloned_stack] Fix overloaded naming issues
Sven Tennie (@supersven)
gitlab at gitlab.haskell.org
Sun Apr 9 15:23:51 UTC 2023
Sven Tennie pushed to branch wip/decode_cloned_stack at Glasgow Haskell Compiler / GHC
Commits:
7aa6a581 by Sven Tennie at 2023-04-09T15:23:34+00:00
Fix overloaded naming issues
- - - - -
1 changed file:
- libraries/ghc-heap/GHC/Exts/Stack/Decode.hs
Changes:
=====================================
libraries/ghc-heap/GHC/Exts/Stack/Decode.hs
=====================================
@@ -23,9 +23,9 @@ import Data.Maybe
import Foreign
import GHC.Exts
import GHC.Exts.Heap.ClosureTypes
-import GHC.Exts.Heap.Closures (Box(..), RetFunType(..), Closure, GenClosure(UnknownTypeWordSizedPrimitive), StackFrame(..), StgStackClosure(..))
+import GHC.Exts.Heap.Closures (RetFunType(..), Closure, GenClosure(UnknownTypeWordSizedPrimitive), StackFrame(..), StgStackClosure(..))
import GHC.Exts.Heap.Constants (wORD_SIZE_IN_BITS)
-import GHC.Exts.Heap
+import GHC.Exts.Heap (Box(..), getBoxedClosureData)
import GHC.Exts.Heap.InfoTable
import GHC.Exts.Stack.Constants
import GHC.IO (IO (..))
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7aa6a581a21544a442db1d68d7017ecddd8ae085
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7aa6a581a21544a442db1d68d7017ecddd8ae085
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/20230409/19c8b5e7/attachment-0001.html>
More information about the ghc-commits
mailing list