aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-12-19 15:35:05 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-12-19 15:35:05 -0800
commit39efcedf8a201e2fa20802ce15647454535859c7 (patch)
treef8bef8565efc7c82c2d0f8a738d4c23b01a9f860 /pandoc.cabal
parentc3236560c234aaefe9239ba2e391f540f1d6408a (diff)
downloadpandoc-39efcedf8a201e2fa20802ce15647454535859c7.tar.gz
Allow latest Glob.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index ff1a31c32..6f0abf693 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -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)