Skip to content

Commit

Permalink
Add bounds on old ppx_deriving versions (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian authored Jan 22, 2025
1 parent b456971 commit 3bf26b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/ppx_deriving-windows/ppx_deriving-windows.4.2.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install: [
]
remove: [["env" "OCAMLFIND_TOOLCHAIN=windows" "ocamlfind" "remove" "ppx_deriving-windows"]]
depends: [
"ocaml" {> "4.03.0"}
"ocaml" {> "4.03.0" & < "4.08.0"}
"ocamlbuild" {build}
"ocamlfind" {build & >= "1.6.0"}
"cppo" {build}
Expand All @@ -56,4 +56,4 @@ for common tasks."""
url {
src: "https://github.com/ocaml-ppx/ppx_deriving/archive/v4.2.1.tar.gz"
checksum: "md5=2195fccf2a527c3ff9ec5b4e36e2f0a8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [
["dune" "build" "-p" "ppx_deriving" "-j" jobs "-x" "windows"]
]
depends: [
"ocaml-windows" {>= "4.05.0"}
"ocaml-windows" {>= "4.05.0" & < "5.3"}
"ocamlfind-windows"
"dune" {>= "1.6.3"}
"cppo" {build & >= "1.1.0"}
Expand Down

0 comments on commit 3bf26b8

Please sign in to comment.