Fix a few places where we forgot to close the text codecs (#4029)
[ghc-base.git] / GHC / Err.lhs
index 8c02f85..9a94ce0 100644 (file)
@@ -34,7 +34,6 @@ module GHC.Err
 
 #ifndef __HADDOCK__
 import GHC.Types
-import GHC.IOBase
 import GHC.Exception
 #endif
 \end{code}