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
If the template name is a HTTP(S) URI, it should be downloaded, e.g.:
stack new my-package http://example.com/template.hsfiles
This would allow people to publish and use templates without requiring a local checkout or inclusion in the stack-templates repo.
I'll give this a shot and open up a pull request as well.
The text was updated successfully, but these errors were encountered:
Makes sense to me!
Sorry, something went wrong.
implement explicit URL downloading in 'stack new'
c6c6638
closes commercialhaskell#1466
ab7bb1b
No branches or pull requests
If the template name is a HTTP(S) URI, it should be downloaded, e.g.:
This would allow people to publish and use templates without requiring a local checkout or inclusion in the stack-templates repo.
I'll give this a shot and open up a pull request as well.
The text was updated successfully, but these errors were encountered: