[Git][ghc/ghc][wip/T27154] remove Panic module from Tc.Gen.App
Apoorv Ingle pushed to branch wip/T27154 at Glasgow Haskell Compiler / GHC Commits: 8cbe3cd9 by Apoorv Ingle at 2026-04-06T10:44:05-05:00 remove Panic module from Tc.Gen.App - - - - - 1 changed file: - compiler/GHC/Tc/Gen/Head.hs Changes: ===================================== compiler/GHC/Tc/Gen/Head.hs ===================================== @@ -68,7 +68,6 @@ import GHC.Builtin.Names import GHC.Driver.DynFlags import GHC.Utils.Misc import GHC.Utils.Outputable as Outputable -import GHC.Utils.Panic import GHC.Data.Maybe View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8cbe3cd9ae692a62db3eb55b425e3c2e... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8cbe3cd9ae692a62db3eb55b425e3c2e... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Apoorv Ingle (@ani)