remove duplicate entry for -fwarn-unused-do-bind (#3576)
[ghc-hetmet.git] / docs / users_guide / 6.12.1-notes.xml
index 5ab4996..f1d1ed5 100644 (file)
@@ -215,16 +215,7 @@ data instance T [a] where
           block, but its result is not bound.
           The flags <literal>-fwarn-unused-do-bind</literal>
           and <literal>-fwarn-wrong-do-bind</literal> control
-          these warnings.
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
-          There is a new warning if a monadic result of type other than
-          <literal>m ()</literal> is not bound.
-          The flag <literal>-fwarn-unused-do-bind</literal> controls
-          this warning.
+          these warnings (see <xref linkend="options-sanity" />).
         </para>
       </listitem>
 
@@ -521,12 +512,6 @@ Loaded: Prelude
                 Support PageUp and PageDown keys.
               </para>
             </listitem>
-
-            <listitem>
-              <para>
-                Let ctrl-L (clear-screen) work during getInputChar.
-              </para>
-            </listitem>
           </itemizedlist>
       </listitem>
     </itemizedlist>
@@ -627,20 +612,20 @@ ghc --abi-hash M1 M2 ...
         </para>
       </listitem>
 
-      <listierm>
+      <listitem>
         <para>
           There is a new command <literal>ghc-pkg init</literal> to
           create a package database.
         </para>
-      </listierm>
+      </listitem>
 
-      <listierm>
+      <listitem>
         <para>
           There is a new command <literal>ghc-pkg dot</literal> to
           generate a GraphViz graph of the dependencies between
           installed packages.
         </para>
-      </listierm>
+      </listitem>
 
       <listitem>
         <para>