diff options
Diffstat (limited to 'compiler/dune')
-rw-r--r-- | compiler/dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dune b/compiler/dune index e8b53fc5..0968b2be 100644 --- a/compiler/dune +++ b/compiler/dune @@ -7,7 +7,7 @@ (preprocess (pps ppx_deriving.show ppx_deriving.ord visitors.ppx)) (libraries ppx_deriving yojson zarith easy_logging core_unix aeneas) - (modules driver)) + (modules Driver)) (library (name aeneas) ;; The name as used in the project |