aboutsummaryrefslogtreecommitdiff
path: root/lib/checks/dune
diff options
context:
space:
mode:
Diffstat (limited to 'lib/checks/dune')
-rw-r--r--lib/checks/dune13
1 files changed, 3 insertions, 10 deletions
diff --git a/lib/checks/dune b/lib/checks/dune
index 75b311b..6820c07 100644
--- a/lib/checks/dune
+++ b/lib/checks/dune
@@ -1,12 +1,5 @@
(library
(name qsp_checks)
- (libraries
- tsort
- qsp_syntax
- )
-
- (preprocess (pps
- ppx_deriving.show
- ppx_deriving.enum
- ppx_deriving.ord
- ppx_deriving.eq )))
+ (libraries tsort qsp_syntax)
+ (preprocess
+ (pps ppx_deriving.show ppx_deriving.enum ppx_deriving.ord ppx_deriving.eq)))