From a10f5c34a5f0347ae959a4a849c30dc9a633a667 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Wed, 19 Aug 2026 16:33:12 -0400 Subject: [PATCH] Typo componentif --- cabal-install/src/Distribution/Client/CmdRepl.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cabal-install/src/Distribution/Client/CmdRepl.hs b/cabal-install/src/Distribution/Client/CmdRepl.hs index 3157bdaa29d..1cc23b3321b 100644 --- a/cabal-install/src/Distribution/Client/CmdRepl.hs +++ b/cabal-install/src/Distribution/Client/CmdRepl.hs @@ -246,7 +246,7 @@ replCommand = ++ pname ++ " v2-repl --build-depends lens\n" ++ " add the latest version of the library 'lens' to the default component " - ++ "(or no componentif there is no project present)\n" + ++ "(or no component if there is no project present)\n" ++ " " ++ pname ++ " v2-repl --build-depends \"lens >= 4.15 && < 4.18\"\n"