Skip to content

Commit 81c1bff

Browse files
authored
Merge pull request ocaml#23396 from geoffder/lock-OCADml-vers
Fix OCADml dependency vers in OSCADml
2 parents da01f4c + 8e8084e commit 81c1bff

File tree

1 file changed

+1
-1
lines changed
  • packages/OSCADml/OSCADml.0.2.0

1 file changed

+1
-1
lines changed

packages/OSCADml/OSCADml.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"ocaml" {>= "4.14.0"}
1818
"gg" {>= "1.0.0"}
1919
"cairo2" {>= "0.6.2"}
20-
"OCADml" {>= "0.3.0"}
20+
"OCADml" {>= "0.3.1" & < "0.4.0"}
2121
"odoc" {with-doc}
2222
]
2323
build: [

0 commit comments

Comments
 (0)