aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdelyn Breedlove <[email protected]>2019-01-29 17:31:32 -0700
committerAdelyn Breedlove <[email protected]>2019-01-29 17:31:32 -0700
commitee6ef2ed99b887ad5140a62a2a9627b8c0871c05 (patch)
tree8ac51ff93043f1bb1f126d925d081e850e7f380b
parentBetter shard shutdown and HTTP error logging (diff)
downloaddisml-ee6ef2ed99b887ad5140a62a2a9627b8c0871c05.tar.xz
disml-ee6ef2ed99b887ad5140a62a2a9627b8c0871c05.zip
Lol I broke my build file
-rw-r--r--disml.opam2
1 files changed, 1 insertions, 1 deletions
diff --git a/disml.opam b/disml.opam
index 5c09638..1d05a61 100644
--- a/disml.opam
+++ b/disml.opam
@@ -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"