[Minor change to make the tests compile under GHC 6.2.2. Nils Anders Danielsson **20050601004137] { hunk ./Test/ChasingBottoms/SemanticOrd/Tests.hs 22 -import Data.Generics hiding (GT) +import Data.Generics hunk ./Test/ChasingBottoms/SemanticOrd/Tests.hs 348 - Nothing -> not (x <=! y) && not (x >=! y) - Just LT -> x x ==! y - Just GT -> x >! y + Nothing -> not (x <=! y) && not (x >=! y) + Just LT -> x x ==! y + Just Prelude.GT -> x >! y }