From 77ccc59a243ea419d5f04046599c3fcd2638cb21 Mon Sep 17 00:00:00 2001 From: "audreyt@audreyt.org" Date: Thu, 21 Sep 2006 01:13:56 +0000 Subject: [PATCH] * Fix stray comma in HsTypes.lhs's import line. --- compiler/hsSyn/HsTypes.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/hsSyn/HsTypes.lhs b/compiler/hsSyn/HsTypes.lhs index 7c17318..68d2d90 100644 --- a/compiler/hsSyn/HsTypes.lhs +++ b/compiler/hsSyn/HsTypes.lhs @@ -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 ) -- 1.7.10.4