From 221859f19f6fd2e24392ac98b3628e9b7913f8f2 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Tue, 19 Jun 2007 08:46:34 +0000 Subject: [PATCH] Remove erroneous requirement to import Control.Monad.Fix when using mdo See Trac #1426 --- docs/users_guide/glasgow_exts.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index ac10e21..032d2bc 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -751,13 +751,6 @@ than do). -You should import Control.Monad.Fix. -(Note: Strictly speaking, this import is required only when you need to refer to the name -MonadFix in your program, but the import is always safe, and the programmers -are encouraged to always import this module when using the mdo-notation.) - - - As with other extensions, ghc should be given the flag -fglasgow-exts -- 1.7.10.4