Skip to content

Commit

Permalink
Remove qualifiers from cairo2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffder committed Feb 28, 2023
1 parent 04c8acf commit 44ee3e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OSCADml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"dune" {>= "3.6"}
"ocaml" {>= "4.14.0"}
"gg" {>= "1.0.0"}
"cairo2" {>= "0.6.2" & with-doc | with-test}
"cairo2" {>= "0.6.2"}
"OCADml" {>= "0.4.0"}
"odoc" {with-doc}
]
Expand Down
4 changes: 1 addition & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
(gg
(>= 1.0.0))
(cairo2
(and
(>= 0.6.2)
(or :with-doc :with-test)))
(>= 0.6.2))
(OCADml
(>= 0.4.0))))

0 comments on commit 44ee3e3

Please sign in to comment.