From 9c0f2d82e91d3e6c3179db2449701be77d80f866 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 5 Aug 2008 18:23:36 +0000 Subject: [PATCH] Remove an unnecessary import --- GHC/Err.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/GHC/Err.lhs b/GHC/Err.lhs index b2bca94..03ec56e 100644 --- a/GHC/Err.lhs +++ b/GHC/Err.lhs @@ -35,7 +35,6 @@ module GHC.Err #ifndef __HADDOCK__ import GHC.Base import GHC.IOBase -import GHC.List () import GHC.Exception #endif \end{code} -- 1.7.10.4