From 5047b8e8d990d3d49943b48a311ac8e14b439523 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Tue, 6 Nov 2018 21:38:20 +0100 Subject: opam: raise minimum compiler version to 4.03 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apparently, the “result” type was not introduced until after the 4.02 series. Suggested-By: @kit-ty-kate on github --- sid.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sid.opam b/sid.opam index 6451cd7..5c3264f 100644 --- a/sid.opam +++ b/sid.opam @@ -10,7 +10,7 @@ authors: [ "Philipp Gesang" ] license: "LGPL-3.0-only with OCaml linking exception" depends: [ - "ocaml" { >= "4.02.0" } + "ocaml" { >= "4.03.0" } "ocamlbuild" {build} "ocamlfind" {build} "oasis" {build} -- cgit v1.2.3