diff options
| -rw-r--r-- | pandoc.cabal | 4 | 
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) | 
