Skip to content

Commit 389b2b5

Browse files
authored
Merge pull request #2925 from proux01/flocq413_no819
Flocq 4.1 does not compile on Coq 8.19
2 parents cd43817 + 723d15f commit 389b2b5

File tree

2 files changed

+2
-2
lines changed
  • released/packages/coq-flocq

2 files changed

+2
-2
lines changed

released/packages/coq-flocq/coq-flocq.4.1.2/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
]
1212
install: ["./remake" "install"]
1313
depends: [
14-
"coq" {>= "8.12"}
14+
"coq" {>= "8.12" & < "8.19~"}
1515
"conf-autoconf" {build & dev}
1616
("conf-g++" {build} | "conf-clang" {build})
1717
]

released/packages/coq-flocq/coq-flocq.4.1.3/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
]
1212
install: ["./remake" "install"]
1313
depends: [
14-
"coq" {>= "8.12"}
14+
"coq" {>= "8.12" & < "8.19~"}
1515
"conf-autoconf" {build & dev}
1616
("conf-g++" {build} | "conf-clang" {build})
1717
]

0 commit comments

Comments
 (0)