aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-09-05 17:34:47 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-09-05 17:34:47 -0700
commit1c35167c3aca50478fe3d7535be7508a4acc90fd (patch)
tree56c8d65559b7a40dd2c129d99cfdfd3b97c29ebc /pandoc.cabal
parent4559bc257bd9a6e4ca626e64b33aeb35fab72215 (diff)
downloadpandoc-1c35167c3aca50478fe3d7535be7508a4acc90fd.tar.gz
Small cleanups in Makefile.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 89e140465..b94efd5e1 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -448,6 +448,10 @@ library
-Wincomplete-record-updates
-Wnoncanonical-monad-instances
-Wnoncanonical-monadfail-instances
+ -- Later:
+ -- -Wpartial-fields (currently used in Powerpoint writer)
+ -- -Wmissing-export-lists (currently some Odt modules violate this)
+ -- -Wredundant-constraints (problematic if we want to support older base)
if impl(ghc >= 8.2)
ghc-options: -Wcpp-undef
if impl(ghc >= 8.4)