summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJustus Sagemüller <lefthand_65536@gmx.de>2017-11-21 18:00:30 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-11-21 09:00:30 -0800
commit185918ea3d5ad759d7050e8ccb638734231e6762 (patch)
tree8389d23d2e510123e78908516caafa6f7b3414b4 /pandoc.cabal
parent6c17117ef2e0ef6082ab55cf67256e59ea93ddf8 (diff)
Relax `http-types` dependency. (#4084)
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index cb6b4d29c..6dbf45c6e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -338,7 +338,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.10,
+ http-types >= 0.8 && < 0.11,
case-insensitive >= 1.2 && < 1.3
if os(windows)
cpp-options: -D_WINDOWS