diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-07-13 09:52:07 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-07-13 09:52:07 -0700 |
commit | bac79077e1816e7a9bec37b27572609fedacbd6f (patch) | |
tree | 33f285a350f32a88904e2b5de08c055ef2a47ff9 /Makefile | |
parent | f7485f8850aba997508a2ec71432f6089306a556 (diff) | |
download | pandoc-bac79077e1816e7a9bec37b27572609fedacbd6f.tar.gz |
Makefile: use lts12 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=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 |