From 77eefb590cb869c2e6851e728a21e9a8cbad5333 Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Tue, 12 Feb 2019 14:32:40 -0700 Subject: update to yojson 1.6.0 and ppx_deriving_yojson to latest master --- disml.opam | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'disml.opam') diff --git a/disml.opam b/disml.opam index e190bd2..9b5fc5b 100644 --- a/disml.opam +++ b/disml.opam @@ -1,6 +1,5 @@ opam-version: "2.0" name: "disml" -version: "0.2.4" maintainer: "Adelyn Breedlove " authors: "Adelyn Breedlove " license: "MIT" @@ -20,16 +19,16 @@ Key features include: For examples, see `/bin` in the git repo. """ depends: [ - "ocaml" {>= "4.07.0"} + "ocaml" {>= "4.04.1"} "dune" {build & >= "1.3.0"} "async_ssl" {>= "v0.11.0"} - "core" {>= "v0.11.3"} "cohttp-async" {>= "1.2.0"} - "ppx_sexp_conv" {>= "v0.11.2"} + "core" {>= "v0.11.3"} + "decompress" {>= "0.8"} + "odoc" {with-doc & >= "1.3.0"} "ppx_deriving_yojson" {>= "3.1"} + "ppx_sexp_conv" {>= "v0.11.2"} "websocket-async" {>= "2.12"} - "decompress" - "odoc" {with-doc & >= "1.3.0"} "yojson" {>= "1.6.0"} ] build: [ -- cgit v1.2.3