[Git][ghc/ghc][wip/T23411] base: Add build-order import of GHC.Types in GHC.IO.Handle.Types
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Tue May 23 17:34:06 UTC 2023
Ben Gamari pushed to branch wip/T23411 at Glasgow Haskell Compiler / GHC
Commits:
798fc163 by Ben Gamari at 2023-05-23T13:33:56-04:00
base: Add build-order import of GHC.Types in GHC.IO.Handle.Types
For reasons similar to those described in Note [Depend on
GHC.Num.Integer].
Fixes #23411.
- - - - -
1 changed file:
- libraries/base/GHC/IO/Handle/Types.hs-boot
Changes:
=====================================
libraries/base/GHC/IO/Handle/Types.hs-boot
=====================================
@@ -2,4 +2,7 @@
module GHC.IO.Handle.Types ( Handle ) where
+-- See Note [Depend on GHC.Num.Integer] in GHC.Base
+import GHC.Types ()
+
data Handle
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/798fc1638568ede3a074b6e05ea4a22e7f6805a8
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/798fc1638568ede3a074b6e05ea4a22e7f6805a8
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/20230523/ddf16753/attachment.html>
More information about the ghc-commits
mailing list