[Git][ghc/ghc][wip/ghc-9.6.7-backports] add workaround for incorrect build ordering

Luite Stegeman (@luite) gitlab at gitlab.haskell.org
Tue Jan 28 02:27:02 UTC 2025



Luite Stegeman pushed to branch wip/ghc-9.6.7-backports at Glasgow Haskell Compiler / GHC


Commits:
254defb9 by Luite Stegeman at 2025-01-28T03:24:41+01:00
add workaround for incorrect build ordering

this should fix CI failures mentioning missing files in the
ghc-bignum package

see #23942

- - - - -


1 changed file:

- compiler/GHC/Utils/Containers/Internal/StrictPair.hs


Changes:

=====================================
compiler/GHC/Utils/Containers/Internal/StrictPair.hs
=====================================
@@ -7,6 +7,9 @@
 
 module GHC.Utils.Containers.Internal.StrictPair (StrictPair(..), toPair) where
 
+import Prelude () -- for build ordering; see #23942 and
+                  -- Note [Depend on GHC.Num.Integer] in base:GHC.Base
+
 -- | The same as a regular Haskell pair, but
 --
 -- @



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/254defb9fc0a3aff38d0b10c482fbeb2009d7637

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/254defb9fc0a3aff38d0b10c482fbeb2009d7637
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/20250127/98130746/attachment.html>


More information about the ghc-commits mailing list