diff options
Diffstat (limited to 'syntax/dune')
-rw-r--r-- | syntax/dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/dune b/syntax/dune index 8188de8..666273f 100644 --- a/syntax/dune +++ b/syntax/dune @@ -2,5 +2,5 @@ (name qsp_syntax) (preprocess (pps - ppx_deriving.show + ppx_deriving.show ppx_deriving.enum ppx_deriving.eq ))) |