Skip to content

Commit

Permalink
Update opam file to allow Coq 8.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Aug 29, 2018
1 parent 7529ae7 commit 9c9f628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opam
Expand Up @@ -14,6 +14,6 @@ install: [
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Mtac2"]
depends: [
"coq" {>= "8.7.0" & < "8.8~"}
"coq" {>= "8.7.0" & < "8.9~"}
"coq-unicoq" {>= "1.3~" & < "2~"}
]

0 comments on commit 9c9f628

Please sign in to comment.