Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stack ghci: Make shown options easily copy-pastable. #4600

Conversation

nh2
Copy link
Collaborator

@nh2 nh2 commented Feb 22, 2019

Turns

	1. Package `p' component exe:myexe with main-is file ...

into

	1. Package `p' component p:exe:myexe with main-is file ...

so that you can easily copy-paste it into

stack ghci p:exe:myexe

Note: Documentation fixes for https://docs.haskellstack.org/en/stable/ should target the "stable" branch, not master.

Please include the following checklist in your PR:

  • Any changes that could be relevant to users have been recorded in the ChangeLog.md
  • The documentation has been updated, if necessary (not necessary).

  • I haven't tested the change yet, as it's still compiling. Now tested.

@nh2 nh2 force-pushed the ambiguous-load-easy-component-copy-paste branch from 217becb to 5b82545 Compare February 22, 2019 13:11
Turns

		1. Package `p' component exe:myexe with main-is file ...

into

		1. Package `p' component p:exe:myexe with main-is file ...

so that you can easily copy-paste it into

    stack ghci p:exe:myexe
@nh2 nh2 force-pushed the ambiguous-load-easy-component-copy-paste branch from 5b82545 to bf5288a Compare February 22, 2019 13:25
@mihaimaruseac mihaimaruseac merged commit 217fa42 into commercialhaskell:master Feb 22, 2019
@mihaimaruseac
Copy link
Contributor

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants