From ee8c8da8ccfc7e3eb33679fd8a3a465766f9d5f7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 18 May 2014 22:04:39 -0700 Subject: Removed dependency on conduit. * http-conduit flag is now https. * Instead of http-conduit, we depend on http-client and http-client-tls. --- INSTALL | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'INSTALL') 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: -- cgit v1.2.3