aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-07-13 09:52:07 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-07-13 09:52:07 -0700
commitbac79077e1816e7a9bec37b27572609fedacbd6f (patch)
tree33f285a350f32a88904e2b5de08c055ef2a47ff9
parentf7485f8850aba997508a2ec71432f6089306a556 (diff)
downloadpandoc-bac79077e1816e7a9bec37b27572609fedacbd6f.tar.gz
Makefile: use lts12 resolver.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8076421ad..e92e7b675 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ version?=$(shell grep '^[Vv]ersion:' pandoc.cabal | awk '{print $$2;}')
pandoc=$(shell find dist -name pandoc -type f -exec ls -t {} \; | head -1)
SOURCEFILES?=$(shell find pandoc.hs src test -name '*.hs')
BRANCH?=master
-RESOLVER=lts-10
+RESOLVER=lts-12
GHCOPTS=-fdiagnostics-color=always -Wall -fno-warn-unused-do-bind -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
WEBSITE=../../web/pandoc.org