Skip to content

Commit b6c8f03

Browse files
committed
fix parsing error
1 parent c941327 commit b6c8f03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coq-graph-theory.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build: [make "-j%{jobs}%" ]
2121
install: [make "install"]
2222
depends: [
2323
"coq" {(>= "8.10" & < "8.12~") | (= "dev")}
24-
"coq-mathcomp-ssreflect" {>= "1.10" & < "1.12~") | (= "dev")}
24+
"coq-mathcomp-ssreflect" {(>= "1.10" & < "1.12~") | (= "dev")}
2525
"coq-mathcomp-finmap"
2626
]
2727

meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tested_coq_opam_versions:
6262
dependencies:
6363
- opam:
6464
name: coq-mathcomp-ssreflect
65-
version: '{>= "1.10" & < "1.12~") | (= "dev")}'
65+
version: '{(>= "1.10" & < "1.12~") | (= "dev")}'
6666
description: MathComp's SSReflect library, version 1.10 or later
6767
- opam:
6868
name: coq-mathcomp-finmap

0 commit comments

Comments
 (0)