diff --git a/src/Juvix/Compiler/Concrete/Translation/FromParsed/Analysis/PathResolver/Error.hs b/src/Juvix/Compiler/Concrete/Translation/FromParsed/Analysis/PathResolver/Error.hs index 3668a4a107..9f2de5dff8 100644 --- a/src/Juvix/Compiler/Concrete/Translation/FromParsed/Analysis/PathResolver/Error.hs +++ b/src/Juvix/Compiler/Concrete/Translation/FromParsed/Analysis/PathResolver/Error.hs @@ -79,7 +79,8 @@ instance PrettyCodeAnn MissingLockfileDependency where <+> "is declared in the package's juvix.yaml but is not declared in the lockfile:" <+> lockfilePath <> line - <> "Try running the following command:" <> line + <> "Try running the following command:" + <> line <> code "juvix dependencies update" where lockfilePath :: Doc CodeAnn