Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add upper bound on ocaml 4.08 to result <1.5 #24868

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/result/result.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: """
Projects that want to use the new result type defined in OCaml >= 4.03
while staying compatible with older version of OCaml should use the
Result module defined in this library."""
depends: ["ocaml" {< "4.14"}]
depends: ["ocaml" {< "4.08"}]
url {
src: "https://github.com/janestreet/result/archive/1.0.tar.gz"
checksum: "md5=01391a66385ab1a43f90455dfb5c6843"
Expand Down
2 changes: 1 addition & 1 deletion packages/result/result.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: """
Projects that want to use the new result type defined in OCaml >= 4.03
while staying compatible with older version of OCaml should use the
Result module defined in this library."""
depends: ["ocaml" {< "4.14"}]
depends: ["ocaml" {< "4.08"}]
url {
src: "https://github.com/janestreet/result/archive/1.1.tar.gz"
checksum: "md5=1e0005783d4f70e1a9772723fa0e846b"
Expand Down
2 changes: 1 addition & 1 deletion packages/result/result.1.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: """
Projects that want to use the new result type defined in OCaml >= 4.03
while staying compatible with older version of OCaml should use the
Result module defined in this library."""
depends: ["ocaml" {< "4.14"}]
depends: ["ocaml" {< "4.08"}]
url {
src: "https://github.com/janestreet/result/archive/1.2.tar.gz"
checksum: "md5=3d5b66c5526918f0f2ca9d6811ef09c8"
Expand Down
2 changes: 1 addition & 1 deletion packages/result/result.1.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bug-reports: "https://github.com/janestreet/result/issues"
license: "BSD-3-Clause"
build: [["jbuilder" "build" "-p" name "-j" jobs]]
depends: [
"ocaml" {< "4.14"}
"ocaml" {< "4.08"}
"jbuilder" {>= "1.0+beta11"}
]
synopsis: "Compatibility Result module"
Expand Down
2 changes: 1 addition & 1 deletion packages/result/result.1.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bug-reports: "https://github.com/janestreet/result/issues"
license: "BSD-3-Clause"
build: [["dune" "build" "-p" name "-j" jobs]]
depends: [
"ocaml" {< "4.14"}
"ocaml" {< "4.08"}
"dune" {>= "1.0"}
]
synopsis: "Compatibility Result module"
Expand Down