From 3710a4ef1ca665fe4ed705a6b0f4400d680c7b54 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 6 Feb 2009 14:34:32 +0000 Subject: [PATCH 1/1] Fix building with GHC 6.8 --- compiler/typecheck/TcHsType.lhs | 2 ++ 1 file changed, 2 insertions(+) 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, -- 1.7.10.4