Skip to content

Commit 66423fe

Browse files
committed
faraday < 0.3.0 is not compatible with OCaml 5.0 (uses oasis)
1 parent aed2a8d commit 66423fe

File tree

2 files changed

+2
-2
lines changed
  • packages/faraday

2 files changed

+2
-2
lines changed

packages/faraday/faraday.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ remove: [
2626
["ocamlfind" "remove" "faraday"]
2727
]
2828
depends: [
29-
"ocaml" {>= "4.02.0"}
29+
"ocaml" {>= "4.02.0" & < "5.0"}
3030
"alcotest" {with-test & >= "0.4.1"}
3131
"ocamlfind" {build}
3232
"ocamlbuild" {build}

packages/faraday/faraday.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build: [
2424
install: ["ocaml" "setup.ml" "-install"]
2525
remove: ["ocamlfind" "remove" "faraday"]
2626
depends: [
27-
"ocaml" {>= "4.02.0"}
27+
"ocaml" {>= "4.02.0" & < "5.0"}
2828
"alcotest" {with-test & >= "0.4.1" & < "0.8.0"}
2929
"ocamlfind" {build}
3030
"ocamlbuild" {build}

0 commit comments

Comments
 (0)