Skip to content

Commit

Permalink
Lint deps order
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Aug 5, 2024
1 parent 0524b20 commit 2e4da9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@
(and
:with-doc
(>= 2.4)))
(sherlodoc
(and
:with-doc
(>= 0.2)))
(ppx_compare
(and
(>= v0.17)
Expand Down Expand Up @@ -107,4 +103,8 @@
(ppxlib
(>= 0.33))
(provider
(= :version))))
(= :version))
(sherlodoc
(and
:with-doc
(>= 0.2)))))
2 changes: 1 addition & 1 deletion provider-test.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ depends: [
"eio_main" {>= "1.0"}
"expect-test-helpers" {>= "v0.17" & < "v0.18"}
"mdx" {with-doc & >= "2.4"}
"sherlodoc" {with-doc & >= "0.2"}
"ppx_compare" {>= "v0.17" & < "v0.18"}
"ppx_enumerate" {>= "v0.17" & < "v0.18"}
"ppx_expect" {>= "v0.17" & < "v0.18"}
Expand All @@ -28,6 +27,7 @@ depends: [
"ppx_sexp_value" {>= "v0.17" & < "v0.18"}
"ppxlib" {>= "0.33"}
"provider" {= version}
"sherlodoc" {with-doc & >= "0.2"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 2e4da9d

Please sign in to comment.