From: Malcolm.Wallace@cs.york.ac.uk Date: Mon, 2 Jul 2007 15:03:55 +0000 (+0000) Subject: change nhc98 option from -prelude to --prelude X-Git-Tag: 2007-09-13~53 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=08788d486837174d3532674d51c62bc5739a590b;p=ghc-base.git change nhc98 option from -prelude to --prelude --- diff --git a/Control/Monad/Instances.hs b/Control/Monad/Instances.hs index f53fac2..1b0b2bf 100644 --- a/Control/Monad/Instances.hs +++ b/Control/Monad/Instances.hs @@ -1,4 +1,4 @@ -{-# OPTIONS_NHC98 -prelude #-} +{-# OPTIONS_NHC98 --prelude #-} ----------------------------------------------------------------------------- -- | -- Module : Control.Monad.Instances