File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ unreleased
2
+ ========
3
+ - #4: fix minimum ppxlib version
4
+
1
5
1.0.0
2
6
========
3
7
- #1: initial implementation
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ homepage: "https://github.com/skolemlabs/diff"
9
9
bug-reports: "https://github.com/skolemlabs/diff/issues"
10
10
depends: [
11
11
"dune" {>= "3.10"}
12
- "ppxlib" {>= "0.25 .0"}
12
+ "ppxlib" {>= "0.26 .0"}
13
13
"ocamlformat" {with-dev-setup}
14
14
"ppx_deriving" {with-test}
15
15
"tezt" {with-test & >= "3.1.1" & < "4.0.0"}
Original file line number Diff line number Diff line change 15
15
(name diff)
16
16
(synopsis " A library for generating diffs from product types" )
17
17
( depends
18
- ( ppxlib ( >= 0 .25 .0) )
18
+ ( ppxlib ( >= 0 .26 .0) )
19
19
( ocamlformat :with -dev-setup)
20
20
( ppx_deriving :with -test)
21
21
( tezt ( and :with -test ( and ( >= 3 .1.1) ( < 4 .0.0) ) ) ) ) )
You can’t perform that action at this time.
0 commit comments