Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/683b983102c06fdd9d607bd31131bd0fe24619cd >--------------------------------------------------------------- commit 683b983102c06fdd9d607bd31131bd0fe24619cd Author: Iavor S. Diatchki <[email protected]> Date: Sat Mar 24 20:39:03 2012 -0700 Update test to reflect the improved printing of data declarations. >--------------------------------------------------------------- .../should_compile_flag_haddock/haddockA028.stderr | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/haddock/should_compile_flag_haddock/haddockA028.stderr b/tests/haddock/should_compile_flag_haddock/haddockA028.stderr index ae25b12..6d9a8b2 100644 --- a/tests/haddock/should_compile_flag_haddock/haddockA028.stderr +++ b/tests/haddock/should_compile_flag_haddock/haddockA028.stderr @@ -1,7 +1,7 @@ ==================== Parser ==================== module ShouldCompile where -data <--> a b = Mk a b +data (<-->) a b = Mk a b test :: [a] <document comment> -> (a <--> (b -> [a])) <document comment> test xs ys = xs _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
