-
Notifications
You must be signed in to change notification settings - Fork 842
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 upload support #225
Comments
Can stackage-upload stay separate and |
We could go that route. What's the motivation? On Tue, Jun 9, 2015, 4:41 PM Greg Weber [email protected] wrote:
|
The main motivation is really to experiment with keeping up the modular architecture of Minor points are that it can
The main downside of this approach is
The latter point was a big issue for This modular architecture means that |
It seems like there's a much simpler option available if we want: depend on the library exposed by That said, I'm not even sure if I want to depend on an external library instead of just including the code here. And I'm not concerned about bloat: the addition of the necessary 200-ish lines of code will not add any significant load to the binary size or source size. |
Batteries included is definitely good. The goal with the modular architecture is to supply that same experience for most features, only adding a little delay sometimes to install a package needed for extra functionality. But I can see how it is probably a lot easier to just add the module into |
Added in cf87169 |
Should be based on
stackage-upload
, and ultimately support GPG signature uploads to sig archive.The text was updated successfully, but these errors were encountered: