diff options
| author | Adelyn Breedlove <[email protected]> | 2019-01-29 17:31:32 -0700 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2019-01-29 17:31:32 -0700 |
| commit | ee6ef2ed99b887ad5140a62a2a9627b8c0871c05 (patch) | |
| tree | 8ac51ff93043f1bb1f126d925d081e850e7f380b | |
| parent | Better shard shutdown and HTTP error logging (diff) | |
| download | disml-ee6ef2ed99b887ad5140a62a2a9627b8c0871c05.tar.xz disml-ee6ef2ed99b887ad5140a62a2a9627b8c0871c05.zip | |
Lol I broke my build file
| -rw-r--r-- | disml.opam | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ depends: [ "async_ssl" {>= "v0.11.0"}
"core" {>= "v0.11.3"}
"cohttp-async" {>= "1.2.0"}
- "ppx_sexp" {>= "v0.11.2"}
+ "ppx_sexp_conv" {>= "v0.11.2"}
"ppx_deriving_yojson" {>= "3.1"}
"websocket-async" {>= "2.12"}
"decompress"
|