Skip to content

Commit

Permalink
Merge pull request #3135 from palmskog/deriving-8.20
Browse files Browse the repository at this point in the history
coq-deriving.0.2.0 works on Coq 8.20
  • Loading branch information
palmskog authored Aug 2, 2024
2 parents ddb2064 + f3b902f commit dc745c3
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-deriving/coq-deriving.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license: "MIT"
build: [ make "-j" "%{jobs}%" "test" {with-test} ]
install: [ make "install" ]
depends: [
"coq" { (>= "8.17" & < "8.20~") | (= "dev") }
"coq" { (>= "8.17" & < "8.21~") | (= "dev") }
"coq-mathcomp-ssreflect" {>= "2.0"}
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install: [
]
depends: [
"ocaml"
"coq" {(>= "8.17" & < "8.20~")}
"coq" {(>= "8.17" & < "8.21~")}
"coq-mathcomp-ssreflect" {(>= "2.0.0")}
"coq-deriving" {(>= "0.2.0")}
]
Expand Down

0 comments on commit dc745c3

Please sign in to comment.