From 2d10f46de5e348251a649f1854453015f8918954 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 18 Mar 2021 17:18:31 -0700
Subject: [PATCH] Don't bake in extra stack size to the executables.

I don't think this is necessary; stack overflows generally
indicate a code problem and should be fixed (and have been when
reported).
---
 pandoc.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pandoc.cabal b/pandoc.cabal
index 5e988c43e..5936d113f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -426,7 +426,7 @@ common common-options
 common common-executable
   import:           common-options
   build-depends:    pandoc
-  ghc-options:      -rtsopts -with-rtsopts=-K16m -with-rtsopts=-A8m -threaded
+  ghc-options:      -rtsopts -with-rtsopts=-A8m -threaded
 
 
 library