Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cabal-install/src/Distribution/Client/CmdRepl.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading