summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-12-03 21:35:39 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-12-03 21:35:39 -0800
commit38fbfed35e37a878427499d7883b0a0b4a092a38 (patch)
tree09a6b6c992fb8103025811d848d3326be81f7dbd /pandoc.cabal
parentbdec07bac9efb737dbc60e6985d8ba1500a5eeb9 (diff)
Bump version constraint 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 a3c8d95ff..f974f456c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -207,7 +207,7 @@ Library
zip-archive >= 0.1.1.7 && < 0.2,
utf8-string >= 0.3 && < 0.4,
old-time >= 1 && < 1.1,
- HTTP >= 4000.0.5 && < 4000.2,
+ HTTP >= 4000.0.5 && < 4000.3,
texmath >= 0.5 && < 0.6,
xml >= 1.3.5 && < 1.4,
random >= 1 && < 1.1,
@@ -295,7 +295,7 @@ Executable pandoc
zip-archive >= 0.1.1.7 && < 0.2,
utf8-string >= 0.3 && < 0.4,
old-time >= 1 && < 1.1,
- HTTP >= 4000.0.5 && < 4000.2,
+ HTTP >= 4000.0.5 && < 4000.3,
texmath >= 0.5 && < 0.6,
xml >= 1.3.5 && < 1.4,
random >= 1 && < 1.1,