aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-05-18 22:04:39 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-05-18 22:07:00 -0700
commitee8c8da8ccfc7e3eb33679fd8a3a465766f9d5f7 (patch)
tree3687dc0f3e6e677808c9b2cade554d2f14f1d63a /INSTALL
parent0915967d840ad453027fb30a00b69401d3d8b50e (diff)
downloadpandoc-ee8c8da8ccfc7e3eb33679fd8a3a465766f9d5f7.tar.gz
Removed dependency on conduit.
* http-conduit flag is now https. * Instead of http-conduit, we depend on http-client and http-client-tls.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 2 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 9442adbf0..f3366e103 100644
--- a/INSTALL
+++ b/INSTALL
@@ -116,9 +116,8 @@ assume that the pandoc source directory is your working directory.
cabal install hsb2hs
- - `http-conduit`: use the `http-conduit` library to fetch external
- resources (default yes -- without this, pandoc cannot make SSL
- connections)
+ - `https`: enable support for downloading resources over https
+ (using the `http-client` and `http-client-tls` libraries).
3. Build: