diff options
Diffstat (limited to 'libraries/base/GHC/IO.hs-boot')
-rw-r--r-- | libraries/base/GHC/IO.hs-boot | 2 |
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 |