Skip to content

Commit d27ee2b

Browse files
committed
Constraint macaque.0.{7,8}.{2,4} about pgocaml.4.4.0 (incompatible)
1 parent 9decbb9 commit d27ee2b

File tree

3 files changed

+3
-3
lines changed
  • packages/macaque

3 files changed

+3
-3
lines changed

packages/macaque/macaque.0.7.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ remove: [
2424
depends: [
2525
"ocaml"
2626
"ocamlfind" {build}
27-
"pgocaml" {>= "2.2"}
27+
"pgocaml" {>= "2.2" & < "4.4.0"}
2828
"camlp4"
2929
"ocamlbuild" {build}
3030
]

packages/macaque/macaque.0.7.4/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ remove: ["ocamlfind" "remove" "macaque"]
1313
depends: [
1414
"ocaml"
1515
"ocamlfind" {build}
16-
"pgocaml" {>= "2.2"}
16+
"pgocaml" {>= "2.2" & < "4.4.0"}
1717
"oasis" {build & >= "0.4.4"}
1818
"camlp4"
1919
]

packages/macaque/macaque.0.8/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install: [ make "install" ]
1212
depends: [
1313
"ocaml"
1414
"ocamlfind" {build}
15-
"pgocaml" {>= "2.2"}
15+
"pgocaml" {>= "2.2" & < "4.4.0"}
1616
"oasis" {>= "0.4.4"}
1717
"camlp4"
1818
]

0 commit comments

Comments
 (0)