diff options
| author | Adelyn Breedlove <[email protected]> | 2019-01-29 17:18:49 -0700 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2019-01-29 17:18:49 -0700 |
| commit | 2e76d2a6763260401c4ad168f3eb4f8416573fce (patch) | |
| tree | 5061bf3c65f11dfb8e6b55772f10f99ee0dbd2bf /lib/dune | |
| parent | Remove some silly internals (diff) | |
| download | disml-2e76d2a6763260401c4ad168f3eb4f8416573fce.tar.xz disml-2e76d2a6763260401c4ad168f3eb4f8416573fce.zip | |
Better shard shutdown and HTTP error logging
Diffstat (limited to 'lib/dune')
| -rw-r--r-- | lib/dune | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ event_models
client client_options disml dispatch endpoints event http impl opcode rl s sharder
)
- (libraries checkseum.c core async_ssl cohttp-async decompress logs yojson websocket-async ppx_deriving_yojson.runtime)
+ (libraries checkseum.ocaml core async_ssl cohttp-async decompress logs yojson websocket-async ppx_deriving_yojson.runtime)
(preprocess (pps ppx_sexp_conv ppx_deriving_yojson))
)
|