[commit: testsuite] wip/T8503: Use -ftype-function-stack instead of -fcontext-stack where required (1ff4d9d)

git at git.haskell.org git at git.haskell.org
Wed Nov 20 17:37:25 UTC 2013


Repository : ssh://git@git.haskell.org/testsuite

On branch  : wip/T8503
Link       : http://ghc.haskell.org/trac/ghc/changeset/1ff4d9d4639ba10ea59a8b198eb0b5645ac3bd76/testsuite

>---------------------------------------------------------------

commit 1ff4d9d4639ba10ea59a8b198eb0b5645ac3bd76
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Nov 20 17:05:04 2013 +0000

    Use -ftype-function-stack instead of -fcontext-stack where required


>---------------------------------------------------------------

1ff4d9d4639ba10ea59a8b198eb0b5645ac3bd76
 tests/indexed-types/should_fail/SkolemOccursLoop.hs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/indexed-types/should_fail/SkolemOccursLoop.hs b/tests/indexed-types/should_fail/SkolemOccursLoop.hs
index 1696a45..c87d812 100644
--- a/tests/indexed-types/should_fail/SkolemOccursLoop.hs
+++ b/tests/indexed-types/should_fail/SkolemOccursLoop.hs
@@ -1,4 +1,4 @@
-{-# OPTIONS_GHC -fcontext-stack=3 #-}
+{-# OPTIONS_GHC -ftype-function-stack=3 #-}
 {-# LANGUAGE TypeFamilies, FlexibleContexts, EmptyDataDecls #-}
 
 module SkolemOccursLoop where



More information about the ghc-commits mailing list