diff options
author | Ian Lynagh <igloo@earth.li> | 2010-05-06 22:25:29 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-05-06 22:25:29 +0000 |
commit | b4c37c66809c0df7b5de09bd438b79b12af17b4c (patch) | |
tree | be1d7965f129559cd52667f635774147c04f2f59 /src/Haddock/Convert.hs | |
parent | 0a4f3ff459e8df7eb0ca2700c8bc5f47d08e5b78 (diff) |
Remove redundant import
Diffstat (limited to 'src/Haddock/Convert.hs')
-rw-r--r-- | src/Haddock/Convert.hs | 1 |
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 |