Skip to content

Commit

Permalink
Attach dev-setup deps to test-package only
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Sep 8, 2024
1 parent 3a46d62 commit f112d04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
13 changes: 0 additions & 13 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,6 @@
(depends
(ocaml
(>= 5.2))
(ocamlformat
(and
:with-dev-setup
(= 0.26.2)))
(bisect_ppx
(and
:with-dev-setup
(>= 2.8.3)))
(ppx_js_style
(and
:with-dev-setup
(>= v0.17)
(< v0.18)))
(sexplib0
(and
(>= v0.17)
Expand Down
3 changes: 0 additions & 3 deletions provider.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ bug-reports: "https://github.com/mbarbin/provider/issues"
depends: [
"dune" {>= "3.16"}
"ocaml" {>= "5.2"}
"ocamlformat" {with-dev-setup & = "0.26.2"}
"bisect_ppx" {with-dev-setup & >= "2.8.3"}
"ppx_js_style" {with-dev-setup & >= "v0.17" & < "v0.18"}
"sexplib0" {>= "v0.17" & < "v0.18"}
"odoc" {with-doc}
]
Expand Down

0 comments on commit f112d04

Please sign in to comment.