summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO.hs-boot
diff options
context:
space:
mode:
authorChaitanya Koparkar <ckoparkar@gmail.com>2018-09-05 13:41:24 +0200
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2018-09-05 13:41:24 +0200
commita811d938acb09b23b11173842143a0fa946bf5cc (patch)
treef4e300b2d47cfd530822dd9cd5a815ff2e073d70 /libraries/base/GHC/IO.hs-boot
parent49d50b2b7d194dca0b23de6fe4dcc717562e90a7 (diff)
downloadhaskell-a811d938acb09b23b11173842143a0fa946bf5cc.tar.gz
base: Add references to Notes for certain special imports
Summary: Modules like GHC.Integer, GHC.Natural etc. are special and sometimes have to be imported just to resolve build ordering issues. It's useful to refer to the appropriate Notes at such import sites. Test Plan: Read it. Reviewers: RyanGlScott, bgamari, hvr, simonpj Reviewed By: RyanGlScott, simonpj Subscribers: simonpj, rwbarton, carter GHC Trac Issues: #15526 Differential Revision: https://phabricator.haskell.org/D5092
Diffstat (limited to 'libraries/base/GHC/IO.hs-boot')
-rw-r--r--libraries/base/GHC/IO.hs-boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/IO.hs-boot b/libraries/base/GHC/IO.hs-boot
index f1e50fe111..aa2e5ccd2d 100644
--- a/libraries/base/GHC/IO.hs-boot
+++ b/libraries/base/GHC/IO.hs-boot
@@ -4,7 +4,7 @@
module GHC.IO where
import GHC.Types
-import GHC.Integer () -- see Note [Depend upon GHC.Integer] in libraries/base/GHC/Base.hs
+import GHC.Integer () -- See Note [Depend on GHC.Integer] in GHC.Base
failIO :: [Char] -> IO a
mplusIO :: IO a -> IO a -> IO a