From: Michael Orlitzky Date: Tue, 13 Jan 2015 14:18:17 +0000 (-0500) Subject: Revert "Remove now-obsolete -fcontext-stack compiler flag." X-Git-Tag: 0.2.2~11 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=commitdiff_plain;h=a72d6cd243b587fa6787e0ecac4ac4e5e1cf4140 Revert "Remove now-obsolete -fcontext-stack compiler flag." This reverts commit d9eb0633b4714d43f421874f4507ffaced6d45bf. --- diff --git a/htsn-import.cabal b/htsn-import.cabal index aca3723..df0f59c 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -312,6 +312,7 @@ executable htsn-import ghc-options: -Wall + -fcontext-stack=50 -fwarn-hi-shadowing -fwarn-missing-signatures -fwarn-name-shadowing @@ -365,6 +366,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 @@ -389,6 +391,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