Skip to content

Commit

Permalink
Reduce ppx further
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Mar 5, 2024
1 parent 36bf81d commit d30ff2a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
17 changes: 0 additions & 17 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -34,32 +34,15 @@
(and
(>= v0.16)
(< v0.17)))
(ppx_enumerate
(and
(>= v0.16)
(< v0.17)))
(ppx_expect
(and
:with-test
(>= v0.16)
(< v0.17)))
(ppx_hash
(and
(>= v0.16)
(< v0.17)))
(ppx_here
(and
(>= v0.16)
(< v0.17)))
(ppx_js_style
(and
:dev
(>= v0.16)
(< v0.17)))
(ppx_let
(and
(>= v0.16)
(< v0.17)))
(ppx_sexp_conv
(and
(>= v0.16)
Expand Down
4 changes: 0 additions & 4 deletions provider.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ depends: [
"base" {>= "v0.16" & < "v0.17"}
"bisect_ppx" {dev & >= "2.8.3"}
"ppx_compare" {>= "v0.16" & < "v0.17"}
"ppx_enumerate" {>= "v0.16" & < "v0.17"}
"ppx_expect" {with-test & >= "v0.16" & < "v0.17"}
"ppx_hash" {>= "v0.16" & < "v0.17"}
"ppx_here" {>= "v0.16" & < "v0.17"}
"ppx_js_style" {dev & >= "v0.16" & < "v0.17"}
"ppx_let" {>= "v0.16" & < "v0.17"}
"ppx_sexp_conv" {>= "v0.16" & < "v0.17"}
"ppx_sexp_value" {>= "v0.16" & < "v0.17"}
"odoc" {with-doc}
Expand Down
9 changes: 1 addition & 8 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,4 @@
(lint
(pps ppx_js_style -check-doc-comments))
(preprocess
(pps
ppx_compare
ppx_enumerate
ppx_hash
ppx_here
ppx_let
ppx_sexp_conv
ppx_sexp_value)))
(pps ppx_compare ppx_hash ppx_sexp_conv ppx_sexp_value)))

0 comments on commit d30ff2a

Please sign in to comment.