* Fix stray comma in HsTypes.lhs's import line.
authoraudreyt@audreyt.org <unknown>
Thu, 21 Sep 2006 01:13:56 +0000 (01:13 +0000)
committeraudreyt@audreyt.org <unknown>
Thu, 21 Sep 2006 01:13:56 +0000 (01:13 +0000)
compiler/hsSyn/HsTypes.lhs

index 7c17318..68d2d90 100644 (file)
@@ -32,7 +32,7 @@ import {-# SOURCE #-} HsExpr ( HsSplice, pprSplice )
 
 import Type            ( Type )
 import {- Kind parts of -} 
-       Type            ( {- instance Outputable Kind -}, Kind,
+       Type            ( {- instance Outputable Kind -} Kind,
                          pprParendKind, pprKind, isLiftedTypeKind )
 import BasicTypes      ( IPName, Boxity, tupleParens )
 import SrcLoc          ( Located(..), unLoc, noSrcSpan )