diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-10-23 11:20:31 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-10-23 11:20:31 -0700 |
commit | a27dc79073dacfa325275a7dee35322738ba05b5 (patch) | |
tree | 203fb0a64e4ae7be02bb0a76ce7992ba0130f92f /Makefile | |
parent | cecf02e326e72d19392ab2045af80f6e1b0c2d46 (diff) | |
download | pandoc-a27dc79073dacfa325275a7dee35322738ba05b5.tar.gz |
Updated Glob upper bound.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ version?=$(shell grep '^Version:' 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-08-09 +RESOLVER=nightly-2017-10-22 GHCOPTS=-fdiagnostics-color=always -Wall -fno-warn-unused-do-bind -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances quick: |