Skip to content

Commit 1a6f483

Browse files
authored
Merge pull request #5 from skolemlabs/fix-min-ocaml
2 parents 27ec8e6 + cb7e062 commit 1a6f483

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
unreleased
2+
========
3+
- #5: set minimum OCaml version
4+
15
1.0.1
26
========
37
- #4: fix minimum ppxlib version

diff.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ homepage: "https://github.com/skolemlabs/diff"
99
bug-reports: "https://github.com/skolemlabs/diff/issues"
1010
depends: [
1111
"dune" {>= "3.10"}
12+
"ocaml" {>= "4.08.0"}
1213
"ppxlib" {>= "0.26.0"}
1314
"ocamlformat" {with-dev-setup}
1415
"ppx_deriving" {with-test}

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
(name diff)
1616
(synopsis "A library for generating diffs from product types")
1717
(depends
18+
(ocaml (>= 4.08.0))
1819
(ppxlib (>= 0.26.0))
1920
(ocamlformat :with-dev-setup)
2021
(ppx_deriving :with-test)

0 commit comments

Comments
 (0)