cabal.project: remove -j, which means -j1!

This commit is contained in:
John MacFarlane 2021-03-16 13:06:38 -07:00
parent 5ae8b8e586
commit a366e2b574

View file

@ -4,7 +4,7 @@ tests: True
package pandoc
flags: +embed_data_files
ghc-options: -j +RTS -A256m -RTS
ghc-options: +RTS -A256m -RTS
-- source-repository-package
-- type: git