Use explicit language extensions & remove extension fields from base.cabal
[ghc-base.git] / GHC / IO / Exception.hs-boot
1 {-# LANGUAGE NoImplicitPrelude #-}
2 module GHC.IO.Exception where
3
4 import GHC.Base
5 import GHC.Exception
6
7 data IOException
8 instance Exception IOException
9
10 type IOError = IOException
11 userError :: String  -> IOError
12 unsupportedOperation :: IOError