aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-01-01 20:23:42 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-01-01 20:23:42 -0800
commit5f814b6376f8e6b69f7a9965754f67c98b00929c (patch)
tree5b3d55fdb2853b1dbd2d96211c53114dbf133f68 /pandoc.cabal
parenta2fa46065d1bab1833d99ccb3e336276b3a4a130 (diff)
downloadpandoc-5f814b6376f8e6b69f7a9965754f67c98b00929c.tar.gz
Relax version bound on HTTP.
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 24170c719..f715218aa 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -253,7 +253,7 @@ Library
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 1.3,
zip-archive >= 0.2.3.4 && < 0.3,
- HTTP >= 4000.0.5 && < 4000.3,
+ HTTP >= 4000.0.5 && < 4000.4,
texmath >= 0.8.4.1 && < 0.9,
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.2,
@@ -417,7 +417,7 @@ Executable pandoc
aeson >= 0.7.0.5 && < 0.11,
yaml >= 0.8.8.2 && < 0.9,
containers >= 0.1 && < 0.6,
- HTTP >= 4000.0.5 && < 4000.3
+ HTTP >= 4000.0.5 && < 4000.4
if flag(network-uri)
Build-Depends: network-uri >= 2.6 && < 2.7, network >= 2.6
else