[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:53:52 UTC 2024



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


Commits:
337a5073 by Ben Gamari at 2024-03-26T19:53:32-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 Prelude () -- for build ordering (#23942)
 #endif



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/337a5073e23fcb82e6b341ce083708e736c9ea89

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/337a5073e23fcb82e6b341ce083708e736c9ea89
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/f8975d58/attachment-0001.html>


More information about the ghc-commits mailing list