[commit: testsuite] wip/T8503: Use -ftype-function-depth instead of -fcontext-stack where required (1e82f6a)
git at git.haskell.org
git at git.haskell.org
Thu Nov 21 13:25:37 UTC 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : wip/T8503
Link : http://ghc.haskell.org/trac/ghc/changeset/1e82f6ae2775bea9b425b2aac3241182271038a7/testsuite
>---------------------------------------------------------------
commit 1e82f6ae2775bea9b425b2aac3241182271038a7
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Wed Nov 20 17:05:04 2013 +0000
Use -ftype-function-depth instead of -fcontext-stack where required
>---------------------------------------------------------------
1e82f6ae2775bea9b425b2aac3241182271038a7
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..7d06f3f 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-depth=3 #-}
{-# LANGUAGE TypeFamilies, FlexibleContexts, EmptyDataDecls #-}
module SkolemOccursLoop where
More information about the ghc-commits
mailing list