aboutsummaryrefslogtreecommitdiff
path: root/cabal.project
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2019-08-27 02:04:30 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2019-08-26 17:04:30 -0700
commitcd4b8f66bb81693433ae9d151b27d3dd540c18f4 (patch)
tree230ccfc370822aca66928f3f1a0d34b767a42140 /cabal.project
parentb446c6c44818b6516905ffd1fd0359c5fe16c64a (diff)
downloadpandoc-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.project4
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