From bac79077e1816e7a9bec37b27572609fedacbd6f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 13 Jul 2018 09:52:07 -0700 Subject: Makefile: use lts12 resolver. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3