Skip to content

Commit 4d9d0c4

Browse files
committed
v0.14.0
1 parent 8c37541 commit 4d9d0c4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

hardcaml.opam

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
opam-version: "2.0"
2+
version: "v0.14.0"
23
maintainer: "[email protected]"
34
authors: ["Jane Street Group, LLC <[email protected]>"]
45
homepage: "https://github.com/janestreet/hardcaml"
@@ -10,12 +11,12 @@ build: [
1011
["dune" "build" "-p" name "-j" jobs]
1112
]
1213
depends: [
13-
"ocaml" {>= "4.07.0"}
14-
"base"
15-
"ppx_jane"
16-
"ppx_sexp_conv"
17-
"stdio"
18-
"topological_sort"
14+
"ocaml" {>= "4.07.0"}
15+
"base" {>= "v0.14" & < "v0.15"}
16+
"ppx_jane" {>= "v0.14" & < "v0.15"}
17+
"ppx_sexp_conv" {>= "v0.14" & < "v0.15"}
18+
"stdio" {>= "v0.14" & < "v0.15"}
19+
"topological_sort" {>= "v0.14" & < "v0.15"}
1920
"dune" {>= "2.0.0"}
2021
"ppxlib" {>= "0.11.0"}
2122
"zarith" {>= "1.5"}

0 commit comments

Comments
 (0)