[Git][ghc/ghc][master] base: Add build-order import of GHC.Types in GHC.IO.Handle.Types

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Sat Jun 3 03:53:40 UTC 2023



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
4a4eb761 by Ben Gamari at 2023-06-02T23:53:21-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/4a4eb761ffb9c691eb53e95137273457cda4486d

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4a4eb761ffb9c691eb53e95137273457cda4486d
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/20230602/c38966d4/attachment.html>


More information about the ghc-commits mailing list