Skip to content

Commit

Permalink
Keep dev dependencies in test package only
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Sep 8, 2024
1 parent 4fbb80a commit d76124b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
26 changes: 0 additions & 26 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,10 @@
(depends
(ocaml
(>= 5.2))
(ocamlformat
(and
:with-dev-setup
(= 0.26.2)))
(base
(and
(>= v0.17)
(< v0.18)))
(bisect_ppx
(and
:with-dev-setup
(>= 2.8.3)))
(patdiff
(and
(>= v0.17)
Expand All @@ -53,11 +45,6 @@
(and
(>= v0.17)
(< v0.18)))
(ppx_js_style
(and
:with-dev-setup
(>= v0.17)
(< v0.18)))
(ppx_let
(and
(>= v0.17)
Expand All @@ -83,18 +70,10 @@
(depends
(ocaml
(>= 5.2))
(ocamlformat
(and
:with-dev-setup
(= 0.26.2)))
(base
(and
(>= v0.17)
(< v0.18)))
(bisect_ppx
(and
:with-dev-setup
(>= 2.8.3)))
(expect_test_helpers_core
(and
(>= v0.17)
Expand Down Expand Up @@ -125,11 +104,6 @@
(and
(>= v0.17)
(< v0.18)))
(ppx_js_style
(and
:with-dev-setup
(>= v0.17)
(< v0.18)))
(ppx_let
(and
(>= v0.17)
Expand Down
3 changes: 0 additions & 3 deletions fingerboard-system.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ bug-reports: "https://github.com/mbarbin/fingerboard/issues"
depends: [
"dune" {>= "3.16"}
"ocaml" {>= "5.2"}
"ocamlformat" {with-dev-setup & = "0.26.2"}
"base" {>= "v0.17" & < "v0.18"}
"bisect_ppx" {with-dev-setup & >= "2.8.3"}
"expect_test_helpers_core" {>= "v0.17" & < "v0.18"}
"fingerboard" {= version}
"patdiff" {>= "v0.17" & < "v0.18"}
Expand All @@ -21,7 +19,6 @@ depends: [
"ppx_expect" {>= "v0.17" & < "v0.18"}
"ppx_hash" {>= "v0.17" & < "v0.18"}
"ppx_here" {>= "v0.17" & < "v0.18"}
"ppx_js_style" {with-dev-setup & >= "v0.17" & < "v0.18"}
"ppx_let" {>= "v0.17" & < "v0.18"}
"ppx_sexp_conv" {>= "v0.17" & < "v0.18"}
"ppx_sexp_value" {>= "v0.17" & < "v0.18"}
Expand Down
3 changes: 0 additions & 3 deletions fingerboard.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@ bug-reports: "https://github.com/mbarbin/fingerboard/issues"
depends: [
"dune" {>= "3.16"}
"ocaml" {>= "5.2"}
"ocamlformat" {with-dev-setup & = "0.26.2"}
"base" {>= "v0.17" & < "v0.18"}
"bisect_ppx" {with-dev-setup & >= "2.8.3"}
"patdiff" {>= "v0.17" & < "v0.18"}
"ppx_compare" {>= "v0.17" & < "v0.18"}
"ppx_enumerate" {>= "v0.17" & < "v0.18"}
"ppx_hash" {>= "v0.17" & < "v0.18"}
"ppx_here" {>= "v0.17" & < "v0.18"}
"ppx_js_style" {with-dev-setup & >= "v0.17" & < "v0.18"}
"ppx_let" {>= "v0.17" & < "v0.18"}
"ppx_sexp_conv" {>= "v0.17" & < "v0.18"}
"ppx_sexp_value" {>= "v0.17" & < "v0.18"}
Expand Down

0 comments on commit d76124b

Please sign in to comment.