cabal.project: don't explicitly set -trypandoc.
If we do, this can't be overridden on the command line.
This commit is contained in:
parent
651b241533
commit
595d2e25ea
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ packages: pandoc.cabal
|
||||||
tests: True
|
tests: True
|
||||||
|
|
||||||
package pandoc
|
package pandoc
|
||||||
flags: +embed_data_files -trypandoc
|
flags: +embed_data_files
|
||||||
ghc-options: -j +RTS -A256m -RTS
|
ghc-options: -j +RTS -A256m -RTS
|
||||||
|
|
||||||
-- source-repository-package
|
-- source-repository-package
|
||||||
|
|
Loading…
Add table
Reference in a new issue