Skip to content

Commit

Permalink
Merge pull request #2750 from palmskog/ott-0.32-8.6
Browse files Browse the repository at this point in the history
coq-ott.0.32 requires 8.6 or later
  • Loading branch information
palmskog authored Oct 7, 2023
2 parents 55aaacb + 2d8e08d commit b27d819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion released/packages/coq-ott/coq-ott.0.32/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ patches: ["locality-warnings.patch"]
build: [make "-j%{jobs}%" "-C" "coq"]
install: [make "-C" "coq" "install"]
depends: [
"coq" {>= "8.5.3"}
"coq" {>= "8.6"}
]
conflicts: [
"ott" { != version }
Expand Down

0 comments on commit b27d819

Please sign in to comment.