From: audreyt@audreyt.org Date: Thu, 21 Sep 2006 01:13:56 +0000 (+0000) Subject: * Fix stray comma in HsTypes.lhs's import line. X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=77ccc59a243ea419d5f04046599c3fcd2638cb21 * Fix stray comma in HsTypes.lhs's import line. --- 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 )