Skip to content

Commit

Permalink
Add upper bound on pratter (#1017)
Browse files Browse the repository at this point in the history
Pratter is going to be updated (see
ocaml/opam-repository#24746) and its interface
will change. To avoid conflicts, make lambdapi depend on the current
interface, that is, on pratter version 2.

Co-authored-by: Gabriel Hondet <gl_ht/dev@aleeas.com>
  • Loading branch information
gabrielhdt and Gabriel Hondet authored Nov 5, 2023
1 parent d470c71 commit bfa7a56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ the Why3 platform.")
(dedukti (and :with-test (>= 2.7)))
(bindlib (>= 5.0.1))
(timed (>= 1.0))
(pratter (>= 2.0.0))
(pratter (and (>= 2.0.0) (< 3)))
(camlp-streams (>= 5.0))
(why3 (and (>= 1.6.0) (< 1.7~)))
(yojson (>= 1.6.0))
Expand Down
2 changes: 1 addition & 1 deletion lambdapi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ depends: [
"dedukti" {with-test & >= "2.7"}
"bindlib" {>= "6.0.0"}
"timed" {>= "1.0"}
"pratter" {>= "2.0.0"}
"pratter" {>= "2.0.0" & < "3"}
"camlp-streams" {>= "5.0"}
"why3" {>= "1.6.0" & < "1.7~"}
"yojson" {>= "1.6.0"}
Expand Down

0 comments on commit bfa7a56

Please sign in to comment.