summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-20 12:35:13 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-20 12:35:58 -0800
commitf5c8dd2745710140fb6b9c9fcfae6d037fb70fd9 (patch)
treee7e74c139f69848f295efaee462acb0ced30fe2b /Makefile
parente45f87a3be12086f7f642fdbb407ce5f3bfe59d4 (diff)
makefile: use lts-10 resolver.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93da8e7cc..46afc990d 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=nightly-2017-10-22
+RESOLVER=lts-10
GHCOPTS=-fdiagnostics-color=always -Wall -fno-warn-unused-do-bind -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
quick: