Skip to content

Commit b6770e9

Browse files
committed
Set OCaml 4.01.0 lower bound
Matching on exceptions is new in 4.02.0
1 parent 9b6428b commit b6770e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ homepage: "https://github.com/reynir/ocp-index-top/"
66
bug-reports: "https://github.com/reynir/ocp-index-top/issues"
77
doc: "https://reynir.github.io/ocp-index-top/"
88
license: "BSD-2-clause"
9+
available: [ ocaml-version > "4.01.0" ]
910
build: [
1011
"ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"
1112
]

0 commit comments

Comments
 (0)