Skip to content

Commit 97192da

Browse files
committed
Curb to ocaml >= 4.08
1 parent c9cef7c commit 97192da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
(synopsis "OCaml bindings to Hdr Histogram")
2222
(description "OCaml bindings to Hdr Histogram")
2323
(depends
24-
ocaml
24+
(ocaml (>= 4.08))
2525
dune
2626
(ctypes (>= 0.20.1))
2727
(ctypes-foreign (>= 0.18.0))

hdr_histogram.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage: "https://github.com/ocaml-multicore/hdr_histogram_ocaml"
1010
doc: "https://ocaml-multicore.github.io/hdr_histogram_ocaml"
1111
bug-reports: "https://github.com/ocaml-multicore/hdr_histogram_ocaml/issues"
1212
depends: [
13-
"ocaml"
13+
"ocaml" {>= "4.08"}
1414
"dune" {>= "3.3"}
1515
"ctypes" {>= "0.20.1"}
1616
"ctypes-foreign" {>= "0.18.0"}

0 commit comments

Comments
 (0)