Skip to content

Should SPDX.NONE be the default option in 'cabal init --interactive'? #6675

Closed
@m-renaud

Description

@m-renaud

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?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions