X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Prelude.hs;h=2f0a510bd26850b7d49aab7836a660b05a2ff0a2;hb=b1f2e321ceac8fcfc1f0756e2f5c2585fbd00b3c;hp=ddf3a93f2bbc68e38e6d701f2ae100e7c2c6a5fd;hpb=fd14d1940233a4563d14a89fc195587c95750300;p=ghc-base.git diff --git a/Prelude.hs b/Prelude.hs index ddf3a93..2f0a510 100644 --- a/Prelude.hs +++ b/Prelude.hs @@ -1,4 +1,4 @@ -{-# OPTIONS -fno-implicit-prelude #-} +{-# OPTIONS_GHC -fno-implicit-prelude #-} ----------------------------------------------------------------------------- -- | -- Module : Prelude @@ -172,10 +172,12 @@ import GHC.Err ( error, undefined ) import Hugs.Prelude #endif +import Data.Eq +import Data.Ord + #ifndef __HUGS__ infixr 0 $! - -- ----------------------------------------------------------------------------- -- Miscellaneous functions