From f5c8dd2745710140fb6b9c9fcfae6d037fb70fd9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 20 Dec 2017 12:35:13 -0800 Subject: makefile: use lts-10 resolver. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3