aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-03-11 18:01:57 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-03-11 18:01:57 -0700
commit2f979e068497f28c4e8ff29549df0de6fc265420 (patch)
tree0673df872eb03f68ab536f259a61089165c621fd
parent19fd98e452ee1f7be902735ac76500306672f2e7 (diff)
downloadpandoc-2f979e068497f28c4e8ff29549df0de6fc265420.tar.gz
BUmp upper bound for http-types.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 6d6d54fff..240de9a57 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -396,7 +396,7 @@ library
doctemplates >= 0.2.1 && < 0.3,
http-client >= 0.4.30 && < 0.6,
http-client-tls >= 0.2.4 && < 0.4,
- http-types >= 0.8 && < 0.12,
+ http-types >= 0.8 && < 0.13,
case-insensitive >= 1.2 && < 1.3
if os(windows)
cpp-options: -D_WINDOWS