From cd4b8f66bb81693433ae9d151b27d3dd540c18f4 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Tue, 27 Aug 2019 02:04:30 +0200 Subject: 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 --- cabal.project | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cabal.project') 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 -- cgit v1.2.3