Skip to content

Commit ef5db3c

Browse files
authored
Remove upper bounds for camyll deps
1 parent a1cabe2 commit ef5db3c

File tree

1 file changed

+14
-17
lines changed
  • packages/camyll/camyll.0.4.3

1 file changed

+14
-17
lines changed

packages/camyll/camyll.0.4.3/opam

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,25 @@ homepage: "https://alan-j-hu.github.io/camyll"
1717
bug-reports: "https://github.com/alan-j-hu/camyll/issues"
1818
depends: [
1919
"dune" {>= "2.7"}
20-
"angstrom" {>= "0.15" & < "0.16"}
21-
"calendar" {>= "2.01" & < "4"}
22-
"cmdliner" {>= "1.1" & < "2"}
23-
"ezjsonm" {>= "1.3" & < "2"}
24-
"httpaf" {>= "0.7.1" & < "0.8"}
25-
"httpaf-lwt-unix" {>= "0.7.1" & < "0.8"}
26-
"jingoo" {>= "1.4" & < "2"}
27-
"markup" {>= "0.8" & < "2"}
20+
"angstrom" {>= "0.15"}
21+
"calendar" {>= "2.01"}
22+
"cmdliner" {>= "1.1"}
23+
"ezjsonm" {>= "1.3"}
24+
"httpaf" {>= "0.7.1"}
25+
"httpaf-lwt-unix" {>= "0.7.1"}
26+
"jingoo" {>= "1.4"}
27+
"markup" {>= "0.8"}
2828
"ocaml" {>= "4.14"}
29-
"omd" {>= "2.0.0~"}
29+
"omd" {>= "2.0.0~alpha2"}
3030
"otoml" {>= "0.9.3"}
3131
"plist-xml" {>= "0.5"}
32-
"re" {>= "1.9" & < "2"}
33-
"slug" {>= "1.0" & < "2"}
34-
"textmate-language" {>= "0.3.2" & < "0.4"}
35-
"uri" {>= "4.2" & < "5"}
36-
"yaml" {>= "3.1" & < "4"}
32+
"re" {>= "1.9"}
33+
"slug" {>= "1.0"}
34+
"textmate-language" {>= "0.3.2"}
35+
"uri" {>= "4.2"}
36+
"yaml" {>= "3.1"}
3737
"odoc" {with-doc}
3838
]
39-
conflicts: [
40-
"omd" {= "2.0.0~alpha1"}
41-
]
4239
build: [
4340
["dune" "subst"] {dev}
4441
[

0 commit comments

Comments
 (0)