Skip to content

Commit e8b423f

Browse files
committed
Fix dependencies
1 parent 468c970 commit e8b423f

File tree

1 file changed

+1
-2
lines changed
  • packages/ancient/ancient.0.10.0

1 file changed

+1
-2
lines changed

packages/ancient/ancient.0.10.0/opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ homepage: "https://github.com/OCamlPro/ocaml-ancient"
2222
bug-reports: "https://github.com/OCamlPro/ocaml-ancient/issues"
2323
depends: [
2424
"dune" {>= "3.0"}
25-
"ocaml" {>= "4.12"}
26-
"base-nnp"
25+
(("ocaml" {< "5"} & "ocaml-option-nnp") | "ocaml" {>= "5"})
2726
"odoc" {with-doc}
2827
]
2928
build: [

0 commit comments

Comments
 (0)