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