[build] upgrade dependencies

Summary: Keep up with the times. Not much to upgrade, actually.

Reviewed By: jberdine

Differential Revision: D6051874

fbshipit-source-id: e352804
master
Jules Villard 7 years ago committed by Facebook Github Bot
parent 93de989b4a
commit 3a8cc49887

@ -572,7 +572,7 @@ opam.lock: opam
# This is a magical version number that doesn't reinstall the world when added on top of what we # This is a magical version number that doesn't reinstall the world when added on top of what we
# have in opam.lock. To upgrade this version number, manually try to install several utop versions # have in opam.lock. To upgrade this version number, manually try to install several utop versions
# until you find one that doesn't recompile the world. TODO(t20828442): get rid of magic # until you find one that doesn't recompile the world. TODO(t20828442): get rid of magic
OPAM_DEV_DEPS = ocp-indent merlin tuareg utop.2.0.0 OPAM_DEV_DEPS = ocp-indent merlin tuareg utop.2.0.1
.PHONY: devsetup .PHONY: devsetup
devsetup: Makefile.autoconf devsetup: Makefile.autoconf

@ -37,7 +37,7 @@ depends: [
"jbuilder" {build & >="1.0+beta14"} "jbuilder" {build & >="1.0+beta14"}
"mtime" "mtime"
"ocamlfind" {build} "ocamlfind" {build}
"ounit" {="2.0.0"} "ounit" {="2.0.5"}
"parmap" {>="1.0-rc8"} "parmap" {>="1.0-rc8"}
"ppx_deriving" {>="4.1"} "ppx_deriving" {>="4.1"}
"sawja" {>="1.5.2"} "sawja" {>="1.5.2"}

@ -17,7 +17,7 @@ core = v0.9.1
core_kernel = v0.9.0 core_kernel = v0.9.0
cppo = 1.6.0 cppo = 1.6.0
cppo_ocamlbuild = 1.6.0 cppo_ocamlbuild = 1.6.0
ctypes = 0.12.1 ctypes = 0.13.0
easy-format = 1.3.0 easy-format = 1.3.0
extlib-compat = 1.7.2 extlib-compat = 1.7.2
fieldslib = v0.9.0 fieldslib = v0.9.0
@ -29,11 +29,11 @@ menhir = 20170712
mtime = 1.1.0 mtime = 1.1.0
num = 0 num = 0
ocaml-compiler-libs = v0.9.0 ocaml-compiler-libs = v0.9.0
ocaml-migrate-parsetree = 1.0.4 ocaml-migrate-parsetree = 1.0.6
ocamlbuild = 0.11.0 ocamlbuild = 0.11.0
ocamlfind = 1.7.3 ocamlfind = 1.7.3
octavius = 1.1.0 octavius = 1.1.0
ounit = 2.0.0 ounit = 2.0.5
parmap = 1.0-rc8 parmap = 1.0-rc8
ppx_assert = v0.9.0 ppx_assert = v0.9.0
ppx_ast = v0.9.1 ppx_ast = v0.9.1

Loading…
Cancel
Save