Allow latest Glob.
This commit is contained in:
parent
c3236560c2
commit
39efcedf8a
1 changed files with 2 additions and 2 deletions
|
@ -389,7 +389,7 @@ library
|
||||||
haddock-library >= 1.7 && < 1.8,
|
haddock-library >= 1.7 && < 1.8,
|
||||||
deepseq >= 1.3 && < 1.5,
|
deepseq >= 1.3 && < 1.5,
|
||||||
JuicyPixels >= 3.1.6.1 && < 3.4,
|
JuicyPixels >= 3.1.6.1 && < 3.4,
|
||||||
Glob >= 0.7 && < 0.10,
|
Glob >= 0.7 && < 0.11,
|
||||||
cmark-gfm >= 0.1.1 && < 0.2,
|
cmark-gfm >= 0.1.1 && < 0.2,
|
||||||
doctemplates >= 0.2.1 && < 0.3,
|
doctemplates >= 0.2.1 && < 0.3,
|
||||||
network-uri >= 2.6 && < 2.7,
|
network-uri >= 2.6 && < 2.7,
|
||||||
|
@ -660,7 +660,7 @@ test-suite test-pandoc
|
||||||
executable-path >= 0.0 && < 0.1,
|
executable-path >= 0.0 && < 0.1,
|
||||||
zip-archive >= 0.2.3.4 && < 0.5,
|
zip-archive >= 0.2.3.4 && < 0.5,
|
||||||
xml >= 1.3.12 && < 1.4,
|
xml >= 1.3.12 && < 1.4,
|
||||||
Glob >= 0.7 && < 0.10
|
Glob >= 0.7 && < 0.11
|
||||||
if impl(ghc < 8.0)
|
if impl(ghc < 8.0)
|
||||||
build-depends: semigroups == 0.18.*
|
build-depends: semigroups == 0.18.*
|
||||||
if impl(ghc < 8.4)
|
if impl(ghc < 8.4)
|
||||||
|
|
Loading…
Reference in a new issue