Fix the stage 1 build
authorIan Lynagh <igloo@earth.li>
Sun, 4 May 2008 01:17:33 +0000 (01:17 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 4 May 2008 01:17:33 +0000 (01:17 +0000)
compiler/rename/RnExpr.lhs
compiler/rename/RnPat.lhs

index d29a634..3b85b3d 100644 (file)
@@ -28,9 +28,7 @@ import TcRnMonad
 import RnEnv
 import RnTypes         ( rnHsTypeFVs, 
                          mkOpFormRn, mkOpAppRn, mkNegAppRn, checkSectionPrec)
-import RnPat            (rnQuasiQuote, rnOverLit, rnPatsAndThen_LocalRightwards, rnBindPat,
-                         localRecNameMaker, rnLit,
-                        rnHsRecFields_Con, rnHsRecFields_Update, checkTupSize)
+import RnPat
 import DynFlags                ( DynFlag(..) )
 import BasicTypes      ( FixityDirection(..) )
 import PrelNames       ( thFAKE, hasKey, assertIdKey, assertErrorName,
index a5d965d..061df0a 100644 (file)
@@ -266,7 +266,7 @@ rnLPatAndThen var@(NM varf) (L loc p) cont =
              ; return (res, fvs_res `plusFV` fv_expr) }
 
 #ifndef GHCI
-         pat@(QuasiQuotePat _) -> pprPanic "Can't do QuasiQuotePat without GHCi" (ppr p)
+         (QuasiQuotePat _) -> pprPanic "Can't do QuasiQuotePat without GHCi" (ppr p)
 #else
          QuasiQuotePat qq -> do
              (qq', _) <- rnQuasiQuote qq