Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/487b38a47d6d80664bb3e54ef4a1699b9d680466 >--------------------------------------------------------------- commit 487b38a47d6d80664bb3e54ef4a1699b9d680466 Author: Ian Lynagh <[email protected]> Date: Sun Jun 26 19:46:09 2011 +0100 Fix tcrun006 and tcrun029 (they need DatatypeContexts) >--------------------------------------------------------------- tests/ghc-regress/typecheck/should_run/tcrun006.hs | 1 + tests/ghc-regress/typecheck/should_run/tcrun029.hs | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tests/ghc-regress/typecheck/should_run/tcrun006.hs b/tests/ghc-regress/typecheck/should_run/tcrun006.hs index c55ef88..f3d0e13 100644 --- a/tests/ghc-regress/typecheck/should_run/tcrun006.hs +++ b/tests/ghc-regress/typecheck/should_run/tcrun006.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE DatatypeContexts #-} -- !!! Selectors for data and newtypes with contexts -- This program, reported in Aug'00 by Jose Emilio Labra Gayo diff --git a/tests/ghc-regress/typecheck/should_run/tcrun029.hs b/tests/ghc-regress/typecheck/should_run/tcrun029.hs index 53c67e5..55071be 100644 --- a/tests/ghc-regress/typecheck/should_run/tcrun029.hs +++ b/tests/ghc-regress/typecheck/should_run/tcrun029.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE DatatypeContexts #-} -- Killed GHC 5.02.3 -- Confusion about whether the wrapper for a data constructor _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
