114.08+30

This commit is contained in:
Jeremie Dimino 2016-08-30 10:41:18 +01:00
parent a705eefcd3
commit 2d59732ae3
2 changed files with 2 additions and 2 deletions

2
_oasis
View File

@ -2,7 +2,7 @@ OASISFormat: 0.4
OCamlVersion: >= 4.03.0 OCamlVersion: >= 4.03.0
FindlibVersion: >= 1.3.2 FindlibVersion: >= 1.3.2
Name: ppx_let Name: ppx_let
Version: 114.06+90 Version: 114.08+30
Synopsis: Monadic let-bindings Synopsis: Monadic let-bindings
Authors: Jane Street Group, LLC <opensource@janestreet.com> Authors: Jane Street Group, LLC <opensource@janestreet.com>
Copyrights: (C) 2015-2016 Jane Street Group LLC <opensource@janestreet.com> Copyrights: (C) 2015-2016 Jane Street Group LLC <opensource@janestreet.com>

2
opam
View File

@ -11,7 +11,7 @@ build: [
] ]
depends: [ depends: [
"ocamlbuild" {build} "ocamlbuild" {build}
"oasis" {build & >= "0.4"} "oasis" {build & >= "0.4" & < "0.4.7"}
"ocamlfind" {build & >= "1.3.2"} "ocamlfind" {build & >= "1.3.2"}
"js-build-tools" {build} "js-build-tools" {build}
"ppx_core" "ppx_core"