aboutsummaryrefslogtreecommitdiff
path: root/toplevel/dune
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/dune')
-rw-r--r--toplevel/dune4
1 files changed, 2 insertions, 2 deletions
diff --git a/toplevel/dune b/toplevel/dune
index 98f4ba2edf..9d5a08dde7 100644
--- a/toplevel/dune
+++ b/toplevel/dune
@@ -1,9 +1,9 @@
(library
(name toplevel)
- (public_name coq.toplevel)
+ (public_name coq-core.toplevel)
(synopsis "Coq's Interactive Shell [terminal-based]")
(wrapped false)
- (libraries coq.stm))
+ (libraries coq-core.stm))
; Interp provides the `zarith` library to plugins, we could also use
; -linkall in the plugins file, to be discussed.