diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-10-06 09:14:32 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-10-06 09:14:32 -0700 |
commit | db936f7233fc040ca9c6eacd75c20b00c8b47e42 (patch) | |
tree | 54579c2a024e2abbdb2152f67cd63d779dca56f7 | |
parent | a3838d0530afe02ac22478e74866565d6972e437 (diff) | |
download | pandoc-db936f7233fc040ca9c6eacd75c20b00c8b47e42.tar.gz |
Allow http-types 0.9.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index b4efdc536..c9db0406e 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -293,7 +293,7 @@ Library if flag(https) Build-Depends: http-client >= 0.3.2 && < 0.5, http-client-tls >= 0.2 && < 0.3, - http-types >= 0.8 && < 0.9 + http-types >= 0.8 && < 0.10 cpp-options: -DHTTP_CLIENT if flag(embed_data_files) cpp-options: -DEMBED_DATA_FILES |