[Git][ghc/ghc][master] template-haskell: fix redundant import in Language.Haskell.TH.Quote
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: baa4ebb4 by Cheng Shao at 2026-03-13T15:12:26-04:00 template-haskell: fix redundant import in Language.Haskell.TH.Quote This patch fixes a redundant import in `Language.Haskell.TH.Quote` that causes a ghc build failure when bootstrapping from 9.14 with validate flavours. Fixes #27014. - - - - - 1 changed file: - libraries/template-haskell/Language/Haskell/TH/Quote.hs Changes: ===================================== libraries/template-haskell/Language/Haskell/TH/Quote.hs ===================================== @@ -23,7 +23,6 @@ module Language.Haskell.TH.Quote ) where import GHC.Boot.TH.Monad -import GHC.Boot.TH.Quote import Language.Haskell.TH.Syntax (dataToQa, dataToExpQ, dataToPatQ) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/baa4ebb40dff80a7572a59e41fe5bc36... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/baa4ebb40dff80a7572a59e41fe5bc36... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)