Skip to content

Commit ff324ba

Browse files
committed
restrict ppxlib_jane versions on 5.4
1 parent 9f08af3 commit ff324ba

File tree

3 files changed

+3
-3
lines changed
  • packages/ppxlib_jane
    • ppxlib_jane.v0.17.1
    • ppxlib_jane.v0.17.2
    • ppxlib_jane.v0.17.3

3 files changed

+3
-3
lines changed

packages/ppxlib_jane/ppxlib_jane.v0.17.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [
1010
["dune" "build" "-p" name "-j" jobs]
1111
]
1212
depends: [
13-
"ocaml" {>= "5.3.0"}
13+
"ocaml" {>= "5.3.0" & < "5.4.0"}
1414
"dune" {>= "3.11.0"}
1515
"ppxlib" {>= "0.33.0" & < "0.36.0"}
1616
]

packages/ppxlib_jane/ppxlib_jane.v0.17.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [
1010
["dune" "build" "-p" name "-j" jobs]
1111
]
1212
depends: [
13-
"ocaml" {>= "5.3.0"}
13+
"ocaml" {>= "5.3.0" & < "5.4.0"}
1414
"dune" {>= "3.11.0"}
1515
"ppxlib" {>= "0.28.0" & < "0.36.0"}
1616
]

packages/ppxlib_jane/ppxlib_jane.v0.17.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [
1010
["dune" "build" "-p" name "-j" jobs]
1111
]
1212
depends: [
13-
"ocaml" {>= "5.3.0"}
13+
"ocaml" {>= "5.3.0" & < "5.4.0"}
1414
"dune" {>= "3.11.0"}
1515
"ppxlib" {>= "0.36.0"}
1616
]

0 commit comments

Comments
 (0)