diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2018-11-06 21:38:20 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2018-11-06 21:38:22 +0100 |
commit | 5047b8e8d990d3d49943b48a311ac8e14b439523 (patch) | |
tree | 9e5fd24b90199d8ef97208b92ae8b7df51b377b8 | |
parent | ec08b71fb47b82402f0fbb8859a2445519f79615 (diff) | |
download | ocaml-sid-5047b8e8d990d3d49943b48a311ac8e14b439523.tar.gz |
opam: raise minimum compiler version to 4.03
Apparently, the “result” type was not introduced until after the 4.02
series.
Suggested-By: @kit-ty-kate on github
-rw-r--r-- | sid.opam | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |