Fix building with GHC 6.8
[ghc-hetmet.git] / compiler / typecheck / TcHsType.lhs
index 2482da2..b29dc9a 100644 (file)
@@ -5,6 +5,8 @@
 \section[TcMonoType]{Typechecking user-specified @MonoTypes@}
 
 \begin{code}
 \section[TcMonoType]{Typechecking user-specified @MonoTypes@}
 
 \begin{code}
+{-# LANGUAGE RelaxedPolyRec #-}
+
 module TcHsType (
        tcHsSigType, tcHsDeriv, 
        tcHsInstHead, tcHsQuantifiedType,
 module TcHsType (
        tcHsSigType, tcHsDeriv, 
        tcHsInstHead, tcHsQuantifiedType,