[Git][ghc/ghc][wip/set-levels-hnfs] Add bogus import to (attempt to) evade #24436
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Fri Apr 12 14:52:24 UTC 2024
Simon Peyton Jones pushed to branch wip/set-levels-hnfs at Glasgow Haskell Compiler / GHC
Commits:
8bfd4ae4 by Simon Peyton Jones at 2024-04-12T15:51:54+01:00
Add bogus import to (attempt to) evade #24436
- - - - -
1 changed file:
- libraries/base/src/GHC/IO/Encoding/Iconv.hs
Changes:
=====================================
libraries/base/src/GHC/IO/Encoding/Iconv.hs
=====================================
@@ -24,6 +24,8 @@ module GHC.IO.Encoding.Iconv
import GHC.Internal.IO.Encoding.Iconv
+import GHC.Types () -- Bogus import to attempt to avoid #24436
+
#else
( ) where
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8bfd4ae4e616c374fe4981a5a61bfb9f9a51621f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8bfd4ae4e616c374fe4981a5a61bfb9f9a51621f
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/20240412/ead88803/attachment.html>
More information about the ghc-commits
mailing list