Skip to content

Commit

Permalink
Merge pull request #5 from skolemlabs/fix-min-ocaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zbaylin authored Oct 20, 2023
2 parents 27ec8e6 + cb7e062 commit 1a6f483
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
unreleased
========
- #5: set minimum OCaml version

1.0.1
========
- #4: fix minimum ppxlib version
Expand Down
1 change: 1 addition & 0 deletions diff.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ homepage: "https://github.com/skolemlabs/diff"
bug-reports: "https://github.com/skolemlabs/diff/issues"
depends: [
"dune" {>= "3.10"}
"ocaml" {>= "4.08.0"}
"ppxlib" {>= "0.26.0"}
"ocamlformat" {with-dev-setup}
"ppx_deriving" {with-test}
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
(name diff)
(synopsis "A library for generating diffs from product types")
(depends
(ocaml (>= 4.08.0))
(ppxlib (>= 0.26.0))
(ocamlformat :with-dev-setup)
(ppx_deriving :with-test)
Expand Down

0 comments on commit 1a6f483

Please sign in to comment.