aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-05-06 22:25:29 +0000
committerIan Lynagh <igloo@earth.li>2010-05-06 22:25:29 +0000
commitb4c37c66809c0df7b5de09bd438b79b12af17b4c (patch)
treebe1d7965f129559cd52667f635774147c04f2f59
parent0a4f3ff459e8df7eb0ca2700c8bc5f47d08e5b78 (diff)
Remove redundant import
-rw-r--r--src/Haddock/Convert.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Haddock/Convert.hs b/src/Haddock/Convert.hs
index d6559b7a..7c409919 100644
--- a/src/Haddock/Convert.hs
+++ b/src/Haddock/Convert.hs
@@ -17,7 +17,6 @@
-- instance heads, which aren't TyThings, so just export everything.
module Haddock.Convert where
-import BasicTypes
import HsSyn
import TcType ( tcSplitSigmaTy )
import TypeRep