Skip to content

Commit 4d5e625

Browse files
authored
Merge pull request ocaml#23688 from geoffder/cap_ocadml_vers
OSCADml v0.2.1: cap OCADml vers < 0.5.0
2 parents 8181723 + 704a17d commit 4d5e625

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/OSCADml/OSCADml.0.2.1/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.4.0"}
20+
"OCADml" {>= "0.4.0" & < "0.5.0"}
2121
"odoc" {with-doc}
2222
]
2323
build: [

0 commit comments

Comments
 (0)