We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4186223 + bb94d13 commit 18300adCopy full SHA for 18300ad
coq-sqir.opam
@@ -14,7 +14,7 @@ bug-reports: "https://github.com/inQWIRE/SQIR/issues"
14
depends: [
15
"dune" {>= "3.8"}
16
"coq-interval" {>= "4.9.0"}
17
- "coq-quantumlib" {>= "1.3.0"}
+ "coq-quantumlib" {= "1.3.0"}
18
"coq" {>= "8.16"}
19
"odoc" {with-doc}
20
]
dune-project
@@ -17,7 +17,7 @@
)
(depends
(coq-interval (>= 4.9.0))
- (coq-quantumlib (>= 1.3.0))
+ (coq-quantumlib (= 1.3.0))
21
(coq (>= 8.16))))
22
23
(package
0 commit comments