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

htsn-import.cabal

index dc9ff535226eba8443fa59fc4fc09dde9a32a87d..acc81ba66e33a9b19bf946c288213902b2bee68a 100644 (file)
@@ -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