diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2019-08-27 02:04:30 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-08-26 17:04:30 -0700 |
commit | cd4b8f66bb81693433ae9d151b27d3dd540c18f4 (patch) | |
tree | 230ccfc370822aca66928f3f1a0d34b767a42140 /cabal.project | |
parent | b446c6c44818b6516905ffd1fd0359c5fe16c64a (diff) | |
download | pandoc-cd4b8f66bb81693433ae9d151b27d3dd540c18f4.tar.gz |
Cabal cleanup (#5693)
* pandoc.cabal: remove conditionals for ghc < 8.0. Support for GHC 7.10 has been dropped.
* pandoc.cabal: compile with `-Wcpp-undef` when possible
* pandoc.cabal: compile with `-fhide-source-paths` if possible
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 cb2ddf0dd..6fe363e54 100644 --- a/cabal.project +++ b/cabal.project @@ -2,11 +2,11 @@ packages: pandoc.cabal package pandoc flags: +embed_data_files -trypandoc - ghc-options: -Wall -fno-warn-unused-do-bind -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -Wincomplete-uni-patterns -Widentities -j +RTS -A32M -RTS + ghc-options: -j +RTS -A32M -RTS package pandoc-citeproc flags: +embed_data_files +bibutils -unicode_collation -test_citeproc -debug - ghc-options: -Wall -fno-warn-unused-do-bind -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -Wincomplete-uni-patterns -Widentities -j +RTS -A32M -RTS + ghc-options: -j +RTS -A32M -RTS source-repository-package type: git |