Skip to content

Commit

Permalink
Add lower bounds on qcheck and mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbury committed Jun 17, 2024
1 parent c33632d commit 092fc45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dolmen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ depends: [
"hmap" { >= "0.8.1" }
"seq"
"odoc" { with-doc }
"qcheck" { with-test }
"mdx" { with-test }
"qcheck" { with-test & >= "0.20" }
"mdx" { with-test & >= "2.0.0" }
]

tags: [ "parser" "logic" "tptp" "smtlib" "dimacs" ]
Expand Down
2 changes: 1 addition & 1 deletion dolmen_loop.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"gen"
"pp_loc" { >= "2.0.0" }
"odoc" { with-doc }
"mdx" { with-test }
"mdx" { with-test & >= "2.0.0" }
]
tags: [ "logic" "computation" "automated theorem prover" ]
homepage: "https://github.com/Gbury/dolmen"
Expand Down

0 comments on commit 092fc45

Please sign in to comment.