Skip to content

Commit 04556fb

Browse files
committed
Bump lower version to 4.03 due to Sys.opaque_identity
Also maximal version is 4.06
1 parent d0d3e3d commit 04556fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nullable-array.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ build-test: [
1919
install: [] (* no install rules: done through a .install file *)
2020

2121
available: [
22-
ocaml-version >= "4.02" (* use -keep-locs and attributes *)
23-
& ocaml-version <= "4.05" (* need to be tested before announcing that a version is correct *)
22+
ocaml-version >= "4.03" (* use Sys.opaque_identity *)
23+
& ocaml-version <= "4.06" (* need to be tested before announcing that a version is correct *)
2424
]
2525

2626
depends: [

0 commit comments

Comments
 (0)