diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-05-18 22:04:39 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-05-18 22:07:00 -0700 |
commit | ee8c8da8ccfc7e3eb33679fd8a3a465766f9d5f7 (patch) | |
tree | 3687dc0f3e6e677808c9b2cade554d2f14f1d63a /INSTALL | |
parent | 0915967d840ad453027fb30a00b69401d3d8b50e (diff) | |
download | pandoc-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-- | INSTALL | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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: |