[project @ 2002-11-21 03:34:07 by chak]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcSplice.lhs
index 31205e7..5665abc 100644 (file)
@@ -211,7 +211,7 @@ runMetaD e = runMeta e
 
 -- Warning: if Q is anything other than IO, we need to change this
 tcRunQ :: Meta.Q a -> TcM a
-tcRunQ thing = ioToTcRn thing
+tcRunQ (Meta.Q thing) = ioToTcRn thing
 
 
 runMeta :: TypecheckedHsExpr   -- Of type X