Remove an unnecessary import
authorIan Lynagh <igloo@earth.li>
Tue, 5 Aug 2008 18:23:36 +0000 (18:23 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 5 Aug 2008 18:23:36 +0000 (18:23 +0000)
GHC/Err.lhs

index b2bca94..03ec56e 100644 (file)
@@ -35,7 +35,6 @@ module GHC.Err
 #ifndef __HADDOCK__
 import GHC.Base
 import GHC.IOBase
-import GHC.List ()
 import GHC.Exception
 #endif
 \end{code}