Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : type-nats
http://hackage.haskell.org/trac/ghc/changeset/d5070b3b70a798ed6b2590fe4fa6dec1bc5b0049 >--------------------------------------------------------------- commit d5070b3b70a798ed6b2590fe4fa6dec1bc5b0049 Author: Iavor S. Diatchki <[email protected]> Date: Sun Mar 18 14:55:32 2012 -0700 Fixes to reflect changes in behavior of -XTypeOperators. With the new behavior of -XTypeOperators, all infix type operators refer to type constants, and not type variables. These changes update the test-suite to reflect the new behavior (while trying to preserve the "spirit" of the tests). tests/ghci/scripts/T2766.script | 4 +- tests/ghci/scripts/T2766.stdout | 5 +- .../should_compile_flag_haddock/haddockA028.hs | 2 + .../should_compile_flag_haddock/haddockA028.stderr | 1 + .../should_compile_noflag_haddock/haddockC028.hs | 2 + tests/polykinds/MonoidsFD.hs | 6 +- tests/polykinds/MonoidsTF.hs | 10 ++-- tests/typecheck/should_compile/tc192.hs | 48 ++++++++++---------- 8 files changed, 43 insertions(+), 35 deletions(-) Diff suppressed because of size. To see it, use: git show d5070b3b70a798ed6b2590fe4fa6dec1bc5b0049 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
