-
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
snapshot.yaml
missing from source dist?
#4860
Comments
Ah, that is an oversight... but now that I'm trying an sdist that adds @snoyberg, any thoughts? |
I totally agree
…On Thu, Jun 13, 2019, 3:12 PM Emanuel Borsboom ***@***.***> wrote:
Ah, that is an oversight... but now that I'm trying an sdist that adds
snapshot.yaml it exposes another problem: the stack.yaml refers to
packages under subs which are also not in the sdist. But it doesn't seem
right to add the source code for those packages as the extra-source-files
in the stack sdist, since hackage already contains those packages
separately. My inclination is that we should probably remove stack.yaml
from the stack package on Hackage, since Hackage doesn't really support the
concept of a multi-package "project," which is how we're using stack.yaml
now.
@snoyberg <https://github.com/snoyberg>, any thoughts?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4860?email_source=notifications&email_token=AAAMCB5I32PUOAKSMI4MOD3P2LA4NA5CNFSM4HX7GQIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXVFTCI#issuecomment-501897609>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAMCB3PG65JOOYFFSZOQHTP2LA4NANCNFSM4HX7GQIA>
.
|
The source distribution via GitHub does work, of course. Just allow me to point out the slight irony in creating a build tool and then distributing it without the configuration required to build it using itself :/ |
I've uploaded http://hackage.haskell.org/package/stack-2.1.1.1, which no longer has Irony is noted :). The Hackage package is for convenience and bootstrapping purposes, but the official release is at https://github.com/commercialhaskell/stack/releases/tag/v2.1.1 |
General summary/comments (optional)
I'm trying to build stack 2.1.1, with the pre-built stack 2.1.1.
Steps to reproduce
stack setup
Expected
GHC downloaded, no errors.
Actual
Stack version
Method of installation
The text was updated successfully, but these errors were encountered: