put back the conversion of warn-lazy-unlifted-bindings into an error until 7.2
[ghc-hetmet.git] / docs / users_guide / using.xml
index cb1fb65..45f6438 100644 (file)
@@ -1123,7 +1123,7 @@ foreign import "&f" f :: FunPtr t
       is bound in a way that looks lazy, e.g.
       <literal>where (I# x) = ...</literal>. Use
       <literal>where !(I# x) = ...</literal> instead. This will be an
-      error, rather than a warning, in GHC 7.0.
+      error, rather than a warning, in GHC 7.2.
       </para>
        </listitem>
       </varlistentry>