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

Add ability to specify Git metadata information #19

Open
chshersh opened this issue May 21, 2022 · 0 comments
Open

Add ability to specify Git metadata information #19

chshersh opened this issue May 21, 2022 · 0 comments
Labels
cli-options CLI options, parsers help wanted Extra attention is needed

Comments

@chshersh
Copy link
Owner

chshersh commented May 21, 2022

In the --version option, it's often desired to also provide the git commit hash version. The difficulty here is that Haskell packages can be installed from Hackage, not directly from Git, so applications need to somehow embed git metadata.

Current idea is to provide utlitlies for the application to acquire git version in the release stage but not sure about the best way to do this.

Any ideas on how to provide such an utility are appreciated!

@chshersh chshersh added the cli-options CLI options, parsers label May 21, 2022
@chshersh chshersh added the help wanted Extra attention is needed label Aug 8, 2022
@chshersh chshersh added the hacktoberfest https://hacktoberfest.com/ label Sep 27, 2022
@chshersh chshersh removed the hacktoberfest https://hacktoberfest.com/ label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli-options CLI options, parsers help wanted Extra attention is needed
Projects
No open projects
Status: Todo
Development

No branches or pull requests

1 participant