-
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
wrong list of dependencies for ghc-variant #3084
Comments
I've made a change that ought to fix this, but can't test it on this case (not on windows). Can you please try with the master version of stack and confirm that it's fixed? |
How do I get a master version of stack? |
@PierreVDL |
C:\Users\pilaar>stack upgrade --git Do I need to install git? |
Yes. |
Alternatively you can probably download an archive of stack's source code from GitHub and |
First attempt
Second attempt
Network issues... I keep trying |
At another location (not behind a proxy) I tried to install stack, but failed again...
I got a few warnings, like:
should the cabal file of stack be changed? And one error
|
The error seems to be a temporary issue:
|
trying again yields:
So installation feels buggy, yet it succeeds:
|
executed again after running
Thanks for fixing this issue! |
There still seems to be a license issue:
or is the license of integer-simple really unknown? |
@pjljvandelaar Thanks for pointing that out! I was taking the license info from the source map (parsing of cabal files), since our |
With stack
Version 1.4.0, Git revision e714f1d x86_64 hpack-0.17.0
on windows,
I ran
stack new simple
Thereafter, I changed the simple\stack.yaml file by inserting
after
resulting in the following stack.yaml file (zipped)
stack.zip
After running
stack setup
,I can run
stack list-dependencies
.However, I get the wrong output:
I had not expect the dependency on integer-gmp, but a dependency on integer-simple!
The text was updated successfully, but these errors were encountered: