X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FhsSyn%2FHsTypes.lhs;h=ac6a0f9751162ddb0cf40e656ce1df4aa051c9b5;hp=f1343a39ef9aa5e7621b1eb176a34b8751afedc9;hb=8c839b096be9a3fd44f4f681ed7f14fd95fe8ff9;hpb=79e33ba981ddd0f5c9adb530e5c5f61b16c7a74a diff --git a/compiler/hsSyn/HsTypes.lhs b/compiler/hsSyn/HsTypes.lhs index f1343a3..ac6a0f9 100644 --- a/compiler/hsSyn/HsTypes.lhs +++ b/compiler/hsSyn/HsTypes.lhs @@ -31,7 +31,7 @@ module HsTypes ( import {-# SOURCE #-} HsExpr ( HsSplice, pprSplice ) import Type ( Type ) -import Kind ( {- instance Outputable Kind -}, Kind, +import Kind ( {- instance Outputable Kind -} Kind, pprParendKind, pprKind, isLiftedTypeKind ) import BasicTypes ( IPName, Boxity, tupleParens ) import SrcLoc ( Located(..), unLoc, noSrcSpan )