Updated Glob upper bound.
This commit is contained in:
parent
cecf02e326
commit
a27dc79073
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
|
@ -332,7 +332,7 @@ library
|
|||
haddock-library >= 1.1 && < 1.5,
|
||||
deepseq >= 1.3 && < 1.5,
|
||||
JuicyPixels >= 3.1.6.1 && < 3.3,
|
||||
Glob >= 0.7 && < 0.9,
|
||||
Glob >= 0.7 && < 0.10,
|
||||
cmark-gfm >= 0.1.1 && < 0.2,
|
||||
doctemplates >= 0.2.1 && < 0.3,
|
||||
http-client >= 0.4.30 && < 0.6,
|
||||
|
|
Loading…
Add table
Reference in a new issue