diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-11-27 18:49:44 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-11-27 18:49:44 -0800 |
commit | 97387f8fac86a2ae7e248bd1a169a3bc94b35d2a (patch) | |
tree | e240d9be476bdb14e0280b54c8e7a3e4e28bbdf4 /cabal.project | |
parent | 8a42ca41cf5fbb4d812a7774d10be1d07cbe0b39 (diff) | |
download | pandoc-97387f8fac86a2ae7e248bd1a169a3bc94b35d2a.tar.gz |
Increase GC allocation space for compilation in cabal.project.
Diffstat (limited to 'cabal.project')
-rw-r--r-- | cabal.project | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cabal.project b/cabal.project index 7248521ff..35c11c90c 100644 --- a/cabal.project +++ b/cabal.project @@ -2,11 +2,11 @@ packages: pandoc.cabal package pandoc flags: +embed_data_files -trypandoc - ghc-options: -j +RTS -A32M -RTS + ghc-options: -j +RTS -A64m -RTS package pandoc-citeproc flags: +embed_data_files +bibutils -unicode_collation -test_citeproc -debug - ghc-options: -j +RTS -A32M -RTS + ghc-options: -j +RTS -A64m -RTS source-repository-package type: git |