Description: revert seemingly unneeded build-dependency tightening.
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2016-06-01

--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -298,8 +298,8 @@
   else
      Build-Depends: network >= 2 && < 2.6
   if flag(https)
-     Build-Depends: http-client >= 0.5 && < 0.6,
-                    http-client-tls >= 0.3 && < 0.4,
+     Build-Depends: http-client >= 0.3.2 && < 0.6,
+                    http-client-tls >= 0.2 && < 0.4,
                     http-types >= 0.8 && < 0.10
      cpp-options:   -DHTTP_CLIENT
   if flag(embed_data_files)
