From e8d10feeec7d416c1434046e25f5ee386ee0b90c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 13 Jan 2015 09:18:17 -0500 Subject: [PATCH] Revert "Remove now-obsolete -fcontext-stack compiler flag." This reverts commit d9eb0633b4714d43f421874f4507ffaced6d45bf. --- htsn-import.cabal | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htsn-import.cabal b/htsn-import.cabal index dc9ff53..acc81ba 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -313,6 +313,7 @@ executable htsn-import ghc-options: -Wall + -fcontext-stack=50 -fwarn-hi-shadowing -fwarn-missing-signatures -fwarn-name-shadowing @@ -366,6 +367,7 @@ test-suite testsuite -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: -Wall + -fcontext-stack=50 -fwarn-hi-shadowing -fwarn-missing-signatures -fwarn-name-shadowing @@ -390,6 +392,7 @@ test-suite doctests -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: -Wall + -fcontext-stack=50 -fwarn-hi-shadowing -fwarn-missing-signatures -fwarn-name-shadowing -- 2.43.2