Remove unused imports
[ghc-base.git] / GHC / Err.lhs
index 071e9b6..b2bca94 100644 (file)
@@ -35,7 +35,7 @@ module GHC.Err
 #ifndef __HADDOCK__
 import GHC.Base
 import GHC.IOBase
-import GHC.List     ( span )
+import GHC.List ()
 import GHC.Exception
 #endif
 \end{code}