From 0b87ad23526c62827227e2c05f488c61cf318b75 Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Fri, 10 Feb 2017 04:27:46 -0800 Subject: [PATCH] lock reason version to 1.4.0 Summary: This is a temporary measure to avoid a breaking syntax upgrade in reason (`private` renamed to `pri`). Fixes #577 Reviewed By: yunxing Differential Revision: D4543094 fbshipit-source-id: 53e61e8 --- opam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opam b/opam index f8e99640a..1092f1011 100644 --- a/opam +++ b/opam @@ -34,7 +34,8 @@ depends: [ "javalib" {>="2.3.3"} "ocamlfind" {build} "ounit" {="2.0.0"} - "reason" {>="1.4.0"} + "ppx_deriving" {>="4.1"} + "reason" {="1.4.0"} "sawja" {>="1.5.2"} "xmlm" {>="1.2.0"} ]