X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Prelude.hs;h=2f0a510bd26850b7d49aab7836a660b05a2ff0a2;hb=b1f2e321ceac8fcfc1f0756e2f5c2585fbd00b3c;hp=578ba7b46dd99081164015f28614a5dccd0ed56f;hpb=aaf764b3ad8b1816d68b5f27299eac125f08e1a5;p=ghc-base.git diff --git a/Prelude.hs b/Prelude.hs index 578ba7b..2f0a510 100644 --- a/Prelude.hs +++ b/Prelude.hs @@ -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