Skip to content

Commit c56764e

Browse files
authored
Merge pull request ocaml#24752 from Deducteam/pratter
lambdapi: add upper bound on pratter
2 parents 1fb603c + ba2fb46 commit c56764e

File tree

4 files changed

+5
-5
lines changed
  • packages/lambdapi

4 files changed

+5
-5
lines changed

packages/lambdapi/lambdapi.2.2.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ depends: [
5252
"sedlex" {>= "2.2"}
5353
"alcotest" {with-test}
5454
"dedukti" {with-test & >= "2.7"}
55-
"bindlib" {>= "5.0.1"}
55+
"bindlib" {>= "6.0.0"}
5656
"timed" {>= "1.0"}
57-
"pratter" {>= "2.0.0"}
57+
"pratter" {>= "2.0.0" & < "3"}
5858
"camlp-streams" {>= "5.0"}
5959
"why3" {>= "1.5.0" & < "1.6~"}
6060
"yojson" {>= "1.6.0"}

packages/lambdapi/lambdapi.2.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ depends: [
5454
"dedukti" {with-test & >= "2.7"}
5555
"bindlib" {>= "6.0.0"}
5656
"timed" {>= "1.0"}
57-
"pratter" {>= "2.0.0"}
57+
"pratter" {>= "2.0.0" & < "3"}
5858
"camlp-streams" {>= "5.0"}
5959
"why3" {>= "1.5.0" & < "1.6~"}
6060
"yojson" {>= "1.6.0"}

packages/lambdapi/lambdapi.2.3.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ depends: [
5454
"dedukti" {with-test & >= "2.7"}
5555
"bindlib" {>= "6.0.0"}
5656
"timed" {>= "1.0"}
57-
"pratter" {>= "2.0.0"}
57+
"pratter" {>= "2.0.0" & < "3"}
5858
"camlp-streams" {>= "5.0"}
5959
"why3" {>= "1.6.0" & < "1.7~"}
6060
"yojson" {>= "1.6.0"}

packages/lambdapi/lambdapi.2.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ depends: [
5454
"dedukti" {with-test & >= "2.7"}
5555
"bindlib" {>= "6.0.0"}
5656
"timed" {>= "1.0"}
57-
"pratter" {>= "2.0.0"}
57+
"pratter" {>= "2.0.0" & < "3"}
5858
"camlp-streams" {>= "5.0"}
5959
"why3" {>= "1.6.0" & < "1.7~"}
6060
"yojson" {>= "1.6.0"}

0 commit comments

Comments
 (0)