Skip to content

Commit

Permalink
Increase minimal version of Zarith (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth authored Sep 13, 2023
1 parent 5eca9cd commit 87b5253
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions alt-ergo-lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ depends: [
"dolmen_type" {>= "0.9"}
"dolmen_loop" {>= "0.9"}
"ocplib-simplex" {>= "0.5"}
"zarith" {>= "1.4"}
"zarith" {>= "1.11"}
"seq"
"fmt" {>= "0.9.0"}
"stdlib-shims"
"ppx_blob" {>= "0.7.2"}
"ppxlib" {>= "0.30.0"}
"camlzip" {>= "1.07"}
"odoc" {with-doc}
]
conflicts: [
"ppxlib" {< "0.30.0"}
"result" {< "1.5"}
]
build: [
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@ See more details on http://alt-ergo.ocamlpro.com/"
(dolmen_type (>= 0.9))
(dolmen_loop (>= 0.9))
(ocplib-simplex (>= 0.5))
(zarith (>= 1.4))
(zarith (>= 1.11))
seq
(fmt (>= 0.9.0))
stdlib-shims
(ppx_blob (>= 0.7.2))
(ppxlib (>= 0.30.0))
(camlzip (>= 1.07))
(odoc :with-doc)
)
(conflicts
(ppxlib (< 0.30.0))
(result (< 1.5))
)
)
Expand Down

0 comments on commit 87b5253

Please sign in to comment.