Skip to content

Commit f5a3af3

Browse files
authored
Merge pull request #4 from mbarbin/rm-unused-sexp-deps
Remove unused sexp deps
2 parents 3398e99 + da7086f commit f5a3af3

File tree

4 files changed

+1
-19
lines changed

4 files changed

+1
-19
lines changed

dune-project

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
(>= v0.16))
5353
(ppx_here
5454
(>= v0.16))
55-
(ppx_sexp_conv
56-
(>= v0.16))
57-
(ppx_sexp_value
58-
(>= v0.16))
5955
(ppxlib
6056
(>= 0.33))
6157
(printbox
@@ -93,10 +89,6 @@
9389
(>= v0.17))
9490
(ppx_js_style
9591
(>= v0.17))
96-
(ppx_sexp_conv
97-
(>= v0.17))
98-
(ppx_sexp_value
99-
(>= v0.17))
10092
(ppxlib
10193
(>= 0.33))
10294
(printbox

lib/print_table/test/dune

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,4 @@
2525
(lint
2626
(pps ppx_js_style -allow-let-operators -check-doc-comments))
2727
(preprocess
28-
(pps
29-
-unused-code-warnings=force
30-
ppx_compare
31-
ppx_expect
32-
ppx_here
33-
ppx_sexp_conv
34-
ppx_sexp_value)))
28+
(pps -unused-code-warnings=force ppx_compare ppx_expect ppx_here)))

print-table-dev.opam

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ depends: [
2020
"ppx_expect" {>= "v0.17"}
2121
"ppx_here" {>= "v0.17"}
2222
"ppx_js_style" {>= "v0.17"}
23-
"ppx_sexp_conv" {>= "v0.17"}
24-
"ppx_sexp_value" {>= "v0.17"}
2523
"ppxlib" {>= "0.33"}
2624
"printbox" {>= "0.12"}
2725
"printbox-md" {>= "0.12"}

print-table-tests.opam

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ depends: [
1515
"ppx_compare" {>= "v0.16"}
1616
"ppx_expect" {>= "v0.16"}
1717
"ppx_here" {>= "v0.16"}
18-
"ppx_sexp_conv" {>= "v0.16"}
19-
"ppx_sexp_value" {>= "v0.16"}
2018
"ppxlib" {>= "0.33"}
2119
"printbox" {>= "0.12"}
2220
"printbox-md" {>= "0.12"}

0 commit comments

Comments
 (0)