[Git][ghc/ghc][wip/ghc-9.10] Add build ordering edge for GHC.IO.Encoding.Iconv

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Tue Mar 26 23:07:06 UTC 2024



Ben Gamari pushed to branch wip/ghc-9.10 at Glasgow Haskell Compiler / GHC


Commits:
77e9b2d7 by Ben Gamari at 2024-03-26T19:06:22-04:00
Add build ordering edge for GHC.IO.Encoding.Iconv

- - - - -


1 changed file:

- libraries/base/src/GHC/IO/Encoding/Iconv.hs


Changes:

=====================================
libraries/base/src/GHC/IO/Encoding/Iconv.hs
=====================================
@@ -27,4 +27,5 @@ import GHC.Internal.IO.Encoding.Iconv
 #else
     ( ) where
 
+import GHC.Num.BigNat () -- for build ordering (#23942)
 #endif



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/77e9b2d7e56388264d98de62dd9346dea38be8c3

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/77e9b2d7e56388264d98de62dd9346dea38be8c3
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/20240326/4db07567/attachment.html>


More information about the ghc-commits mailing list