Skip to content

Commit d30ff2a

Browse files
committed
Reduce ppx further
1 parent 36bf81d commit d30ff2a

File tree

3 files changed

+1
-29
lines changed

3 files changed

+1
-29
lines changed

dune-project

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,32 +34,15 @@
3434
(and
3535
(>= v0.16)
3636
(< v0.17)))
37-
(ppx_enumerate
38-
(and
39-
(>= v0.16)
40-
(< v0.17)))
41-
(ppx_expect
42-
(and
43-
:with-test
44-
(>= v0.16)
45-
(< v0.17)))
4637
(ppx_hash
4738
(and
4839
(>= v0.16)
4940
(< v0.17)))
50-
(ppx_here
51-
(and
52-
(>= v0.16)
53-
(< v0.17)))
5441
(ppx_js_style
5542
(and
5643
:dev
5744
(>= v0.16)
5845
(< v0.17)))
59-
(ppx_let
60-
(and
61-
(>= v0.16)
62-
(< v0.17)))
6346
(ppx_sexp_conv
6447
(and
6548
(>= v0.16)

provider.opam

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ depends: [
1414
"base" {>= "v0.16" & < "v0.17"}
1515
"bisect_ppx" {dev & >= "2.8.3"}
1616
"ppx_compare" {>= "v0.16" & < "v0.17"}
17-
"ppx_enumerate" {>= "v0.16" & < "v0.17"}
18-
"ppx_expect" {with-test & >= "v0.16" & < "v0.17"}
1917
"ppx_hash" {>= "v0.16" & < "v0.17"}
20-
"ppx_here" {>= "v0.16" & < "v0.17"}
2118
"ppx_js_style" {dev & >= "v0.16" & < "v0.17"}
22-
"ppx_let" {>= "v0.16" & < "v0.17"}
2319
"ppx_sexp_conv" {>= "v0.16" & < "v0.17"}
2420
"ppx_sexp_value" {>= "v0.16" & < "v0.17"}
2521
"odoc" {with-doc}

src/dune

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,4 @@
88
(lint
99
(pps ppx_js_style -check-doc-comments))
1010
(preprocess
11-
(pps
12-
ppx_compare
13-
ppx_enumerate
14-
ppx_hash
15-
ppx_here
16-
ppx_let
17-
ppx_sexp_conv
18-
ppx_sexp_value)))
11+
(pps ppx_compare ppx_hash ppx_sexp_conv ppx_sexp_value)))

0 commit comments

Comments
 (0)