Skip to content

Commit e1845ee

Browse files
authored
Merge pull request #26 from jmid/lower-bounds
Add lower bounds for transitive deps
2 parents ddc936f + 989a5a5 commit e1845ee

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

dune-project

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,8 @@
3232
conf-timeout
3333
conf-which
3434
conf-diffutils
35+
;; transitive lower versions to avoid CI errors
36+
(ocaml-compiler-libs (>= v0.12.0))
37+
(ppx_derivers (>= 1.2.1))
38+
(yojson (>= 2.0.0))
3539
(ounit2 :with-test)))

mutaml.opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ depends: [
2424
"conf-timeout"
2525
"conf-which"
2626
"conf-diffutils"
27+
"ocaml-compiler-libs" {>= "v0.12.0"}
28+
"ppx_derivers" {>= "1.2.1"}
29+
"yojson" {>= "2.0.0"}
2730
"ounit2" {with-test}
2831
"odoc" {with-doc}
2932
]

0 commit comments

Comments
 (0)