[add trivial Eq and Ord instances
John Meacham <john@repetae.net>**20060813021854] hunk ./Info/Info.hs 52
+
+-- the Eq and Ord instances for info make them all seem equivalent.
+instance Eq Info where
+    _ == _ = True
+instance Ord Info where
+    compare _ _ = EQ
+