From ad30c760f55205174b3b3472bbcd85fc51fb65d0 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Tue, 16 Feb 2016 22:45:33 +0100 Subject: Remove documentation for -Wlazy-unlifted-bindings This flag was supposed to be removed in 7.10. This finally resolves Trac #8022. Test Plan: Read it Reviewers: austin Reviewed By: austin Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1922 GHC Trac Issues: #8022 --- docs/users_guide/using-warnings.rst | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/users_guide/using-warnings.rst') diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst index 5727b829eb..e71ae927ef 100644 --- a/docs/users_guide/using-warnings.rst +++ b/docs/users_guide/using-warnings.rst @@ -371,10 +371,6 @@ of ``-W(no-)*``. Causes a warning to be emitted if an enumeration is empty, e.g. ``[5 .. 3]``. -.. ghc-flag:: -Wlazy-unlifted-bindings - - This flag is a no-op, and will be removed in GHC 7.10. - .. ghc-flag:: -Wduplicate-constraints .. index:: -- cgit v1.2.1