Skip to content

Commit 18300ad

Browse files
authored
Merge pull request #58 from inQWIRE/fix-dune
fixing build
2 parents 4186223 + bb94d13 commit 18300ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coq-sqir.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bug-reports: "https://github.com/inQWIRE/SQIR/issues"
1414
depends: [
1515
"dune" {>= "3.8"}
1616
"coq-interval" {>= "4.9.0"}
17-
"coq-quantumlib" {>= "1.3.0"}
17+
"coq-quantumlib" {= "1.3.0"}
1818
"coq" {>= "8.16"}
1919
"odoc" {with-doc}
2020
]

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
)
1818
(depends
1919
(coq-interval (>= 4.9.0))
20-
(coq-quantumlib (>= 1.3.0))
20+
(coq-quantumlib (= 1.3.0))
2121
(coq (>= 8.16))))
2222

2323
(package

0 commit comments

Comments
 (0)