Skip to content

Commit a59f0e2

Browse files
garespalmskog
andauthored
Apply suggestions from code review
Co-authored-by: Karl Palmskog <[email protected]>
1 parent 5af8ab1 commit a59f0e2

File tree

2 files changed

+4
-1
lines changed
  • packages
    • coq-core/coq-core.8.18.0
    • coq/coq.8.18.0

2 files changed

+4
-1
lines changed

packages/coq-core/coq-core.8.18.0/opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ depends: [
3232
"zarith" {>= "1.11"}
3333
"ounit2" {with-test}
3434
]
35+
conflicts: [
36+
"coq" { < "8.17" }
37+
]
3538
build: [
3639
# Requires dune 2.8 due to https://github.com/ocaml/dune/issues/3219
3740
# ["dune" "subst"] {pinned}

packages/coq/coq.8.18.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ depends: [
2525
"coqide-server" {= version}
2626
]
2727
build: [
28-
["dune" "subst"] {pinned}
28+
["dune" "subst"] {dev}
2929
[
3030
"dune"
3131
"build"

0 commit comments

Comments
 (0)