From 38fbfed35e37a878427499d7883b0a0b4a092a38 Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Sat, 3 Dec 2011 21:35:39 -0800
Subject: [PATCH] Bump version constraint on HTTP.

---
 pandoc.cabal | 4 ++--
 1 file 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,