-
Notifications
You must be signed in to change notification settings - Fork 27
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
Put vaultenv on hackage #1
Comments
What is the advantage of putting binaries (as opposed to libraries) on Hackage? |
|
It's just another way for people to get the binary. A lot of haskell-related tools are installed this way (stack, intero, hlint, cabal, etc) however, vaultenv is not really a haskell-related tool of course... |
I oppose to using language-specific package managers for general-purpose tools. Too often I come across a project that seems interesting, with a section in the readme
No thanks, I don’t want yet another package manager that I need to install, and that I need to remember to update regularly. There is already a system package manager for that. Packaging for all the different system package managers is a pain for developers, true. But installing and keeping up to date fifteen different package managers is a pain for users. |
Okay so it's either that or:
I don't really see the difference, except that you still need to download stack And now need extra steps. What we could do is provide a binary distrubtion when we tag releases though... this is possible through Github |
With Travis you can automatically upload binaries to GitHub with not too much effort |
The current release process is to put binaries on the GH releases page, so I think this can be closed. If anyone sees this and has requests wrt to the release process, please open a new ticket :) |
No description provided.
The text was updated successfully, but these errors were encountered: