Skip to content

Commit 90f3356

Browse files
committed
Update version dependencies for opam packages
1 parent c458262 commit 90f3356

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

coq-sail-stdpp.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ build: [
2525
]
2626
install: [make "-C" "src-stdpp" "install"]
2727
depends: [
28-
"coq" {>= "8.14.0"}
29-
"coq-stdpp-bitvector"
28+
"coq" {>= "8.18"}
29+
"coq-stdpp-bitvector" {>= "1.10.0"}
3030
]
3131
# Ensure that if we're building from Sail then the version is compatible
3232
conflicts: [

coq-sail.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dev-repo: "git+https://github.com/rems-project/coq-sail.git"
2222
build: [make "-C" "src" "HAVE_OPAM_BBV=yes"]
2323
install: [make "-C" "src" "install"]
2424
depends: [
25-
"coq" {>= "8.14.0"}
25+
"coq" {>= "8.16.0"}
2626
"coq-bbv" {>= "1.3"}
2727
]
2828
# Ensure that if we're building from Sail then the version is compatible

0 commit comments

Comments
 (0)