diff options
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 7e9d81951..7e617c8ee 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 -threaded + ghc-options: -rtsopts -with-rtsopts=-K16m -with-rtsopts=-A8m -threaded library |