Skip to content

Commit

Permalink
Merge pull request #81 from inhabitedtype/ocaml.4.03
Browse files Browse the repository at this point in the history
ocaml.4.03: require OCaml version 4.03 or greater
  • Loading branch information
seliopou authored Jun 23, 2017
2 parents ca6231a + e0d7fd2 commit 5db5c41
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ sudo: required
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
- OCAML_VERSION=4.01
- OCAML_VERSION=4.02
- OCAML_VERSION=4.03
- OCAML_VERSION=4.04
os:
Expand Down
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Copyrights: (C) 2016 Inhabited Type LLC
License: BSD-3-clause
Plugins: META (0.4), DevFiles (0.4)
BuildTools: ocamlbuild
OCamlVersion: >= 4.01
OCamlVersion: >= 4.03
Synopsis: Parser combinators built for speed and memory-efficiency
Description:
Angstrom is a parser-combinator library that makes it easy to write
Expand Down
2 changes: 1 addition & 1 deletion opam/opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ depopts: [
"base-unix"
"lwt"
]
available: [ ocaml-version >= "4.01.0" ]
available: [ ocaml-version >= "4.03.0" ]
6 changes: 3 additions & 3 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: e57c7743c4465678176777b8b8a69b44) *)
(* DO NOT EDIT (digest: 928bdedd5db6db56b7873d5e43d253cb) *)
(*
Regenerated by OASIS v0.4.8
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -7042,7 +7042,7 @@ let setup_t =
package =
{
oasis_version = "0.4";
ocaml_version = Some (OASISVersion.VGreaterEqual "4.01");
ocaml_version = Some (OASISVersion.VGreaterEqual "4.03");
version = "dev";
license =
OASISLicense.DEP5License
Expand Down Expand Up @@ -8412,7 +8412,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.8";
oasis_digest = Some "L\127\001\2302e\024\153@\252\1775\005\n\129_";
oasis_digest = Some "\231\168\234{z1\t\163\196\155\212\205U\168\141\023";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 5db5c41

Please sign in to comment.