From 08788d486837174d3532674d51c62bc5739a590b Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Mon, 2 Jul 2007 15:03:55 +0000 Subject: [PATCH] change nhc98 option from -prelude to --prelude --- Control/Monad/Instances.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4