Skip to content

Commit

Permalink
Merge pull request #58 from inQWIRE/fix-dune
Browse files Browse the repository at this point in the history
fixing build
  • Loading branch information
adrianleh authored Jul 12, 2024
2 parents 4186223 + bb94d13 commit 18300ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coq-sqir.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bug-reports: "https://github.com/inQWIRE/SQIR/issues"
depends: [
"dune" {>= "3.8"}
"coq-interval" {>= "4.9.0"}
"coq-quantumlib" {>= "1.3.0"}
"coq-quantumlib" {= "1.3.0"}
"coq" {>= "8.16"}
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
)
(depends
(coq-interval (>= 4.9.0))
(coq-quantumlib (>= 1.3.0))
(coq-quantumlib (= 1.3.0))
(coq (>= 8.16))))

(package
Expand Down

0 comments on commit 18300ad

Please sign in to comment.