You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using cabal init --interactive at HEAD there is no longer a default licence in the prompt list (as of 2fa8302). This means that you can't just press <ENTER> when going through the interactive prompt.
Before (with default, can just press <ENTER>):
Please choose a license:
1) GPL-2
...
* 7) BSD3
...
14) Other (specify)
Your choice? [default: BSD3]
Author name? [default: Matt Renaud]
HEAD:
Please choose a license:
1) NONE
...
18) Other (specify)
Your choice?
is not a valid choice.
Your choice? 1
m-renaud
changed the title
Should NONE be the default option in 'cabal init --interactive'?
Should SPDX.NONE be the default option in 'cabal init --interactive'?
Apr 8, 2020
On 8. Apr 2020, at 20.10, Matt Renaud ***@***.***> wrote:
When using cabal init --interactive at HEAD there is no longer a default licence in the prompt list (as of 2fa8302). This means that you can't just press <ENTER> when going through the interactive prompt.
Before (with default, can just press <ENTER>):
Please choose a license:
1) GPL-2
...
* 7) BSD3
...
14) Other (specify)
Your choice? [default: BSD3]
Author name? [default: Matt Renaud]
HEAD:
Please choose a license:
1) NONE
...
18) Other (specify)
Your choice?
is not a valid choice.
Your choice? 1
Should we default this to Flag SPDX.NONE @phadej?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
When using
cabal init --interactive
at HEAD there is no longer a default licence in the prompt list (as of 2fa8302). This means that you can't just press<ENTER>
when going through the interactive prompt.Before (with default, can just press
<ENTER>
):HEAD:
Should we default this to
Flag SPDX.NONE
@phadej?The text was updated successfully, but these errors were encountered: