Skip to content

Commit 8dce802

Browse files
authored
icalendar.0.1.{0-2} requires dune >= 1.3 (ocaml#22827)
Specified in the dune-project file Signed-off-by: Marcello Seri <[email protected]> Signed-off-by: Marcello Seri <[email protected]>
1 parent e7f590b commit 8dce802

File tree

3 files changed

+3
-3
lines changed
  • packages/icalendar

3 files changed

+3
-3
lines changed

packages/icalendar/icalendar.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build: [
2121

2222
depends: [
2323
"ocaml" {>= "4.05.0" & < "5.0.0"}
24-
"dune"
24+
"dune" {>= "1.3"}
2525
"alcotest" {with-test & < "1.0.0"}
2626
"fmt"
2727
"angstrom" {< "0.14.0"}

packages/icalendar/icalendar.0.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build: [
2121

2222
depends: [
2323
"ocaml" {>= "4.05.0" & < "5.0.0"}
24-
"dune"
24+
"dune" {>= "1.3"}
2525
"alcotest" {with-test & < "1.0.0"}
2626
"fmt"
2727
"angstrom" {< "0.14.0"}

packages/icalendar/icalendar.0.1.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build: [
2121

2222
depends: [
2323
"ocaml" {>= "4.05.0" & < "5.0.0"}
24-
"dune"
24+
"dune" {>= "1.3"}
2525
"alcotest" {with-test & < "1.0.0"}
2626
"fmt"
2727
"angstrom" {< "0.14.0"}

0 commit comments

Comments
 (0)