From: Ian Lynagh Date: Fri, 6 Feb 2009 14:34:32 +0000 (+0000) Subject: Fix building with GHC 6.8 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=3710a4ef1ca665fe4ed705a6b0f4400d680c7b54;ds=sidebyside Fix building with GHC 6.8 --- diff --git a/compiler/typecheck/TcHsType.lhs b/compiler/typecheck/TcHsType.lhs index 2482da2..b29dc9a 100644 --- a/compiler/typecheck/TcHsType.lhs +++ b/compiler/typecheck/TcHsType.lhs @@ -5,6 +5,8 @@ \section[TcMonoType]{Typechecking user-specified @MonoTypes@} \begin{code} +{-# LANGUAGE RelaxedPolyRec #-} + module TcHsType ( tcHsSigType, tcHsDeriv, tcHsInstHead, tcHsQuantifiedType,