From: Simon Marlow Date: Mon, 12 Oct 2009 11:02:16 +0000 (+0000) Subject: remove duplicate entry for -fwarn-unused-do-bind (#3576) X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0206799932d7647cda24ab9823d70cb412f87fe9 remove duplicate entry for -fwarn-unused-do-bind (#3576) --- diff --git a/docs/users_guide/6.12.1-notes.xml b/docs/users_guide/6.12.1-notes.xml index 210adeb..f1d1ed5 100644 --- a/docs/users_guide/6.12.1-notes.xml +++ b/docs/users_guide/6.12.1-notes.xml @@ -215,16 +215,7 @@ data instance T [a] where block, but its result is not bound. The flags -fwarn-unused-do-bind and -fwarn-wrong-do-bind control - these warnings. - - - - - - There is a new warning if a monadic result of type other than - m () is not bound. - The flag -fwarn-unused-do-bind controls - this warning. + these warnings (see ).