cabal.project: move flags: to top level (not under pandoc:).
If it's under the pandoc stanza, it can't be overriden on the command line, it seems. Also we remove ghc-options.
This commit is contained in:
parent
7678c48122
commit
c3a9322b93
1 changed files with 1 additions and 5 deletions
|
@ -1,10 +1,6 @@
|
|||
packages: pandoc.cabal
|
||||
|
||||
tests: True
|
||||
|
||||
package pandoc
|
||||
flags: +embed_data_files
|
||||
ghc-options: +RTS -A256m -RTS
|
||||
flags: +embed_data_files
|
||||
|
||||
-- source-repository-package
|
||||
-- type: git
|
||||
|
|
Loading…
Add table
Reference in a new issue