We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
init project
Should we generate a skeleton project file like we do a skeleton config file? cabal init project? cabal project-init?
cabal init project
cabal project-init
The text was updated successfully, but these errors were encountered:
Here's a couple of questions OTTOMH which may or may not help figure out a design:
cabal init --project
cabal init
cabal.project
cabal new-configure
cabal.project.local
Sorry, something went wrong.
Making this part of cabal init is IMO the right way.
Considering this now, and based on more recent discussions.. I think that cabal configure is really the approach here.
cabal configure
No branches or pull requests
Should we generate a skeleton project file like we do a skeleton config file?
cabal init project
?cabal project-init
?The text was updated successfully, but these errors were encountered: