From 776f14aeb94c23e392cb6b231bf0699b432c4a52 Mon Sep 17 00:00:00 2001 From: Leonid Rozenberg Date: Fri, 7 Oct 2016 12:22:38 -0400 Subject: [PATCH 1/2] Constrain the oasis dependency --- opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opam b/opam index 78b4a8c..caa1d46 100644 --- a/opam +++ b/opam @@ -29,7 +29,7 @@ depends: [ "lwt" "react" {>= "1.0.0"} "cppo" {>= "1.1.2"} - "oasis" {>= "0.3.0"} + "oasis" {build & >= "0.3.0" & <= "0.4.6"} ] depopts: [ "camlp4" From b3d617eef882a3a599007e28f6b5510952c9f47e Mon Sep 17 00:00:00 2001 From: Leonid Rozenberg Date: Fri, 7 Oct 2016 12:36:30 -0400 Subject: [PATCH 2/2] Conflict with oasis 0.4.7 --- opam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opam b/opam index caa1d46..ab495d8 100644 --- a/opam +++ b/opam @@ -29,8 +29,9 @@ depends: [ "lwt" "react" {>= "1.0.0"} "cppo" {>= "1.1.2"} - "oasis" {build & >= "0.3.0" & <= "0.4.6"} + "oasis" {build & >= "0.3.0"} ] +conflicts: [ "oasis" {= "0.4.7"} ] depopts: [ "camlp4" "ppx_tools"