aboutsummaryrefslogtreecommitdiff
path: root/disml.opam
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-01-29 14:18:16 -0700
committerAdelyn Breelove <[email protected]>2019-01-29 14:18:16 -0700
commitd4abffca092879e959ab291ca369671c047b4125 (patch)
treeddcbb3a56dd406c8fca11c43130e494815ba4254 /disml.opam
parentRemove some debug code (diff)
downloaddisml-d4abffca092879e959ab291ca369671c047b4125.tar.xz
disml-d4abffca092879e959ab291ca369671c047b4125.zip
Make a few things more legible, update build and readme
Diffstat (limited to 'disml.opam')
-rw-r--r--disml.opam2
1 files changed, 1 insertions, 1 deletions
diff --git a/disml.opam b/disml.opam
index 5693984..5c09638 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_jane" {>= "v0.11.0"}
+ "ppx_sexp" {>= "v0.11.2"}
"ppx_deriving_yojson" {>= "3.1"}
"websocket-async" {>= "2.12"}
"decompress"