]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Revert "Remove now-obsolete -fcontext-stack compiler flag."
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 13 Jan 2015 14:18:17 +0000 (09:18 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 13 Jan 2015 14:18:17 +0000 (09:18 -0500)
This reverts commit d9eb0633b4714d43f421874f4507ffaced6d45bf.

htsn-import.cabal

index aca3723f374af38f2b19d465a4d4277da73df415..df0f59c5cf2611a2243d700e99c35638437a5f0f 100644 (file)
@@ -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