mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 09:47:06 +00:00
Allow latest Glob.
This commit is contained in:
+2
-2
@@ -389,7 +389,7 @@ library
|
||||
haddock-library >= 1.7 && < 1.8,
|
||||
deepseq >= 1.3 && < 1.5,
|
||||
JuicyPixels >= 3.1.6.1 && < 3.4,
|
||||
Glob >= 0.7 && < 0.10,
|
||||
Glob >= 0.7 && < 0.11,
|
||||
cmark-gfm >= 0.1.1 && < 0.2,
|
||||
doctemplates >= 0.2.1 && < 0.3,
|
||||
network-uri >= 2.6 && < 2.7,
|
||||
@@ -660,7 +660,7 @@ test-suite test-pandoc
|
||||
executable-path >= 0.0 && < 0.1,
|
||||
zip-archive >= 0.2.3.4 && < 0.5,
|
||||
xml >= 1.3.12 && < 1.4,
|
||||
Glob >= 0.7 && < 0.10
|
||||
Glob >= 0.7 && < 0.11
|
||||
if impl(ghc < 8.0)
|
||||
build-depends: semigroups == 0.18.*
|
||||
if impl(ghc < 8.4)
|
||||
|
||||
Reference in New Issue
Block a user