diff options
author | Ryan Kavanagh <rak@rak.ac> | 2020-06-08 23:42:37 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2020-06-08 23:42:37 -0400 |
commit | 7b8746607baf893dbabb81cd58394d299ecb4ae1 (patch) | |
tree | 1966a32214e57981cec8e4fff4c5c0988ad8cb34 /gemini/dune | |
parent | Fix notty issues involving newlines (diff) |
Refactor transactions to use conduit
Diffstat (limited to 'gemini/dune')
-rw-r--r-- | gemini/dune | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gemini/dune b/gemini/dune index 7e15878..2a39e4b 100644 --- a/gemini/dune +++ b/gemini/dune @@ -1,4 +1,5 @@ (library (name gemini) - (libraries base angstrom angstrom-lwt-unix lwt lwt_ppx mirage-crypto-pk ptime stdlib tls.lwt uri) + (libraries base angstrom angstrom-lwt-unix conduit conduit-lwt-unix lwt lwt_ppx + lwt_ssl mirage-crypto-pk ptime stdlib tls.lwt uri) (preprocess (pps lwt_ppx))) |