[Git][ghc/ghc][master] compiler: fix redundant import in GHC.StgToJS.Object
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: d7fe9671 by Cheng Shao at 2026-03-09T04:54:04-04:00 compiler: fix redundant import in GHC.StgToJS.Object This patch fixes a redundant import in GHC.StgToJS.Object that causes a build failure when compiling head from 9.14 with validate flavours. Fixes #26991. - - - - - 1 changed file: - compiler/GHC/StgToJS/Object.hs Changes: ===================================== compiler/GHC/StgToJS/Object.hs ===================================== @@ -72,7 +72,6 @@ import Data.List (sortOn) import qualified Data.List as List import Data.Map (Map) import qualified Data.Map as M -import Data.Word import Data.Semigroup import System.IO View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d7fe967111ba12d1d50684f089853d04... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d7fe967111ba12d1d50684f089853d04... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)