[Git][ghc/ghc][wip/romes/decode-stack-with-ipe] Apply 1 suggestion(s) to 1 file(s)
Rodrigo Mesquita pushed to branch wip/romes/decode-stack-with-ipe at Glasgow Haskell Compiler / GHC Commits: 745b038d by Rodrigo Mesquita at 2026-03-18T17:34:27+00:00 Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Hannes Siebenhandl <fendor@posteo.de> - - - - - 1 changed file: - libraries/ghc-experimental/src/GHC/Stack/Decode/Experimental.hs Changes: ===================================== libraries/ghc-experimental/src/GHC/Stack/Decode/Experimental.hs ===================================== @@ -7,6 +7,7 @@ module GHC.Stack.Decode.Experimental ( StackEntry(..), -- * Pretty printing prettyStackFrameWithIpe, + prettyStackEntry, ) where import GHC.Internal.Stack.Decode View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/745b038de27cf3e7708d2adcf9000060... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/745b038de27cf3e7708d2adcf9000060... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Rodrigo Mesquita (@alt-romes)