diff options
| author | Chimrod <> | 2024-12-14 23:06:12 +0100 |
|---|---|---|
| committer | Chimrod <> | 2025-01-03 15:05:00 +0100 |
| commit | 75f3eabb46eded01460f7700a75d094100047438 (patch) | |
| tree | 4dcee7d2fc9310ff41776d9df8986f5efa0db229 /lib/checks/dune | |
| parent | 289dc576624d4233116806e566bb791fee1de178 (diff) | |
Added dynamic check mecanism
Diffstat (limited to 'lib/checks/dune')
| -rw-r--r-- | lib/checks/dune | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/checks/dune b/lib/checks/dune index d7db2f3..3bd22e0 100644 --- a/lib/checks/dune +++ b/lib/checks/dune @@ -5,5 +5,7 @@ ) (preprocess (pps - ppx_deriving.show ppx_deriving.enum + ppx_deriving.show + ppx_deriving.enum + ppx_deriving.ord ppx_deriving.eq ))) |
