From 595d2e25ea5a9fc96a702ee9089e7ba9ccbbf00e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 2 Mar 2021 09:08:24 -0800 Subject: cabal.project: don't explicitly set -trypandoc. If we do, this can't be overridden on the command line. --- cabal.project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cabal.project') diff --git a/cabal.project b/cabal.project index c1a89fd74..e09c88feb 100644 --- a/cabal.project +++ b/cabal.project @@ -3,7 +3,7 @@ packages: pandoc.cabal tests: True package pandoc - flags: +embed_data_files -trypandoc + flags: +embed_data_files ghc-options: -j +RTS -A256m -RTS -- source-repository-package -- cgit v1.2.3