diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-20 12:35:13 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-20 12:35:58 -0800 |
commit | f5c8dd2745710140fb6b9c9fcfae6d037fb70fd9 (patch) | |
tree | e7e74c139f69848f295efaee462acb0ced30fe2b /Makefile | |
parent | e45f87a3be12086f7f642fdbb407ce5f3bfe59d4 (diff) | |
download | pandoc-f5c8dd2745710140fb6b9c9fcfae6d037fb70fd9.tar.gz |
makefile: use lts-10 resolver.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |