Skip to content

Commit 652c642

Browse files
committed
Dune 2.7
1 parent 7fa6173 commit 652c642

File tree

4 files changed

+12
-15
lines changed

4 files changed

+12
-15
lines changed

dune-project

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(lang dune 2.3)
1+
(lang dune 2.7)
22

33
(name unison)
44

@@ -33,9 +33,7 @@ the changes in each replica to the other.
3333
")
3434
(depends
3535
(ocaml
36-
(>= 4.08))
37-
(dune
38-
(>= 2.3))))
36+
(>= 4.08))))
3937

4038
(package
4139
(name unison-gui)
@@ -52,8 +50,6 @@ the changes in each replica to the other.
5250
(depends
5351
(ocaml
5452
(>= 4.08))
55-
(dune
56-
(>= 2.3))
5753
(lablgtk3
5854
(>= 3.1.0))))
5955

@@ -72,6 +68,4 @@ the changes in each replica to the other.
7268
")
7369
(depends
7470
(ocaml
75-
(>= 4.08))
76-
(dune
77-
(>= 2.3))))
71+
(>= 4.08))))

unison-fsmonitor.opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ homepage: "https://www.cis.upenn.edu/~bcpierce/unison/"
1919
doc: "https://github.com/bcpierce00/unison/wiki"
2020
bug-reports: "https://github.com/bcpierce00/unison/issues"
2121
depends: [
22+
"dune" {>= "2.7"}
2223
"ocaml" {>= "4.08"}
23-
"dune" {>= "2.3"}
24+
"odoc" {with-doc}
2425
]
2526
build: [
26-
["dune" "subst"] {pinned}
27+
["dune" "subst"] {dev}
2728
[
2829
"dune"
2930
"build"

unison-gui.opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ homepage: "https://www.cis.upenn.edu/~bcpierce/unison/"
1818
doc: "https://github.com/bcpierce00/unison/wiki"
1919
bug-reports: "https://github.com/bcpierce00/unison/issues"
2020
depends: [
21+
"dune" {>= "2.7"}
2122
"ocaml" {>= "4.08"}
22-
"dune" {>= "2.3"}
2323
"lablgtk3" {>= "3.1.0"}
24+
"odoc" {with-doc}
2425
]
2526
build: [
26-
["dune" "subst"] {pinned}
27+
["dune" "subst"] {dev}
2728
[
2829
"dune"
2930
"build"

unison.opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ homepage: "https://www.cis.upenn.edu/~bcpierce/unison/"
1818
doc: "https://github.com/bcpierce00/unison/wiki"
1919
bug-reports: "https://github.com/bcpierce00/unison/issues"
2020
depends: [
21+
"dune" {>= "2.7"}
2122
"ocaml" {>= "4.08"}
22-
"dune" {>= "2.3"}
23+
"odoc" {with-doc}
2324
]
2425
build: [
25-
["dune" "subst"] {pinned}
26+
["dune" "subst"] {dev}
2627
[
2728
"dune"
2829
"build"

0 commit comments

Comments
 (0)