aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parent4559bc257bd9a6e4ca626e64b33aeb35fab72215 (diff)
downloadpandoc-1c35167c3aca50478fe3d7535be7508a4acc90fd.tar.gz
Small cleanups in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index cf3e8d284..d47bd4940 100644
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,6 @@ SOURCEFILES?=$(shell find pandoc.hs src test -name '*.hs')
BRANCH?=master
RESOLVER?=lts-13
GHCOPTS=-fdiagnostics-color=always
-# 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)
WEBSITE=../../web/pandoc.org
quick: