Fix building with GHC 6.8
authorIan Lynagh <igloo@earth.li>
Fri, 6 Feb 2009 14:34:32 +0000 (14:34 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 6 Feb 2009 14:34:32 +0000 (14:34 +0000)
compiler/typecheck/TcHsType.lhs

index 2482da2..b29dc9a 100644 (file)
@@ -5,6 +5,8 @@
 \section[TcMonoType]{Typechecking user-specified @MonoTypes@}
 
 \begin{code}
+{-# LANGUAGE RelaxedPolyRec #-}
+
 module TcHsType (
        tcHsSigType, tcHsDeriv, 
        tcHsInstHead, tcHsQuantifiedType,