Skip to content

Commit

Permalink
Relax Z3 version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusf committed Dec 19, 2024
1 parent 5207743 commit 6fc359d
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 @@ -20,7 +20,7 @@
(description "Verifier for imperative higher order programs")
(depends
(ocaml (>= 5))
(z3 (= 4.12.2)) ; 4.12.4 has some unsat->unknown issues...
(z3 (>= 4.12.2))
(menhir (>= 20220210))
(dune (>= 3.8.0))
(ppx_deriving (>= 5.2.1))
Expand Down
2 changes: 1 addition & 1 deletion hip.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage: "https://github.com/songyahui/AlgebraicEffect"
bug-reports: "https://github.com/songyahui/AlgebraicEffect/issues"
depends: [
"ocaml" {>= "5"}
"z3" {= "4.12.2"}
"z3" {>= "4.12.2"}
"menhir" {>= "20220210"}
"dune" {>= "3.6" & >= "3.8.0"}
"ppx_deriving" {>= "5.2.1"}
Expand Down

0 comments on commit 6fc359d

Please sign in to comment.