diff options
| author | Matias Goldfeld <[email protected]> | 2021-01-29 13:40:29 -0500 |
|---|---|---|
| committer | Matias Goldfeld <[email protected]> | 2021-01-29 13:40:29 -0500 |
| commit | 7ad203a0249bd9db50dfb1df4adb9b7483406e30 (patch) | |
| tree | 52696cb3e1c16a84513fb90fe50c3738ce4539cb /disml.opam | |
| parent | Started conversion to ppx_yojson_conv (diff) | |
| download | disml-7ad203a0249bd9db50dfb1df4adb9b7483406e30.tar.xz disml-7ad203a0249bd9db50dfb1df4adb9b7483406e30.zip | |
Revert "Started conversion to ppx_yojson_conv"
This reverts commit c937240fdd2036edd493debb76117165e4084e8b.
Diffstat (limited to 'disml.opam')
| -rw-r--r-- | disml.opam | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,7 +1,3 @@ -version: "b499169-dirty" -version: "b499169-dirty" -version: "b499169-dirty" -version: "b499169-dirty" opam-version: "2.0" name: "disml" version: "0.2.5" @@ -31,7 +27,7 @@ depends: [ "core" {>= "v0.11.3"} "decompress" {<= "0.8.1"} "odoc" {with-doc & >= "1.3.0"} - "ppx_yojson_conv" {>= "v0.14.0"} + "ppx_deriving_yojson" {>= "3.3"} "ppx_sexp_conv" {>= "v0.11.2"} "websocket-async" {>= "2.12"} "yojson" {>= "1.6.0"} |