Put RelaxedPolyRec in the cabal file rather than a pragma
[ghc-hetmet.git] / compiler / typecheck / TcHsType.lhs
index b29dc9a..2482da2 100644 (file)
@@ -5,8 +5,6 @@
 \section[TcMonoType]{Typechecking user-specified @MonoTypes@}
 
 \begin{code}
-{-# LANGUAGE RelaxedPolyRec #-}
-
 module TcHsType (
        tcHsSigType, tcHsDeriv, 
        tcHsInstHead, tcHsQuantifiedType,