Skip to content

Commit

Permalink
Merge pull request #3209 from palmskog/tlc-not-8.20
Browse files Browse the repository at this point in the history
various tlc are not compatible
  • Loading branch information
palmskog authored Nov 19, 2024
2 parents 4f5b70d + 9289b9e commit 7e9a87f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion released/packages/coq-tlc/coq-tlc.20211215/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Provides an alternative to the core of the Coq standard library, using classic d
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" { >= "8.13" }
"coq" { >= "8.13" & < "8.17" }
]

tags: [
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-tlc/coq-tlc.20240209/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Provides an alternative to the core of the Coq standard library, using classic d
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" { >= "8.17" }
"coq" { >= "8.17" & < "8.20" }
]

tags: [
Expand Down

0 comments on commit 7e9a87f

Please sign in to comment.