Skip to content

Commit e5aa5cc

Browse files
committed
opam: require >= 9.0, instead of >= 8.19.0
1 parent 3e75e28 commit e5aa5cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coq-hott.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ build: [
3232
dev-repo: "git+https://github.com/HoTT/HoTT.git"
3333
depends: [
3434
"dune" {>= "3.13"}
35-
(("rocq-core" {>= "9.0"} & "coq-core" {>= "9.0"}) | "coq" {>= "8.19.0" & < "9~"})
35+
("rocq-core" {>= "9.0"} & "coq-core" {>= "9.0"})
3636
]

coq-hott.opam.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
depends: [
22
"dune" {>= "3.13"}
3-
(("rocq-core" {>= "9.0"} & "coq-core" {>= "9.0"}) | "coq" {>= "8.19.0" & < "9~"})
3+
("rocq-core" {>= "9.0"} & "coq-core" {>= "9.0"})
44
]

0 commit comments

Comments
 (0)