diff options
Diffstat (limited to 'libraries/base/GHC/IO.hs-boot')
-rw-r--r-- | libraries/base/GHC/IO.hs-boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/GHC/IO.hs-boot b/libraries/base/GHC/IO.hs-boot index 88b09aafb0..aa2e5ccd2d 100644 --- a/libraries/base/GHC/IO.hs-boot +++ b/libraries/base/GHC/IO.hs-boot @@ -4,6 +4,7 @@ module GHC.IO where import GHC.Types +import GHC.Integer () -- See Note [Depend on GHC.Integer] in GHC.Base failIO :: [Char] -> IO a mplusIO :: IO a -> IO a -> IO a |