diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-21 09:54:34 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-21 09:54:34 -0700 |
| commit | 7d254ed478a014afff83fa291e5568b3596dfce0 (patch) | |
| tree | 4b1d0f39bd30f71efe7e4a3072880afc68df2989 /lib/dune | |
| parent | finish making model signatures (diff) | |
| download | disml-7d254ed478a014afff83fa291e5568b3596dfce0.tar.xz disml-7d254ed478a014afff83fa291e5568b3596dfce0.zip | |
start using Logs
Diffstat (limited to 'lib/dune')
| -rw-r--r-- | lib/dune | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ user user_t client client_options dispatch endpoints event http opcode rl sharder ) - (libraries core async_ssl cohttp-async yojson websocket-async zlib ppx_deriving_yojson.runtime) + (libraries core async_ssl cohttp-async logs yojson websocket-async zlib ppx_deriving_yojson.runtime) (preprocess (pps ppx_jane ppx_deriving_yojson)) ) |