Skip to content

Commit 51cdccd

Browse files
committed
update opam file
1 parent c4eacdd commit 51cdccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Core/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ build: [ make "-j" "%{jobs}%" ]
1212
install: [ make "install" ]
1313
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/DiSeL'" ]
1414
depends: [
15-
"coq" { ((>= "8.7" & < "8.9~") | (= "dev")) }
16-
"coq-mathcomp-ssreflect" { ((>= "1.6.2" & < "1.8~") | (= "dev")) }
15+
"coq" { (>= "8.7" & < "8.10~") | (= "dev") }
16+
"coq-mathcomp-ssreflect" { (>= "1.6.2" & < "1.8~") | (= "dev") }
1717
"coq-fcsl-pcm"
1818
]
1919

0 commit comments

Comments
 (0)