-
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
Show progress while downloading package index #1223
Comments
I agree that would be nice, sometimes it takes a long time to download the index on an overloaded connection and it's hard to tell whether anything is happening. In the case of fetching the index using |
Implemented!
|
It seems this may be a problem again. with
|
I just experienced this. I saw stack init
Looking for .cabal or package.yaml files to use to init the project.
Using cabal packages:
- QuickCheck.cabal
Selecting the best among 9 snapshots...
Downloaded lts-7.16 build plan.
Shallow package index repo detected, transitioning to a full clone... and then a 5 minute wait with no output before getting
|
I'm having the same experience. Running with
|
My
|
I'm hitting this on
where stack appears to hang. |
Me too. Same problem with @isovector. Tried to install GLFW using stack, but also get stuck at [Info] Downloading index. |
Here is a part of my terminal session directly after installing stack for the first time:
I happen to have an extremely slow internet connection at the moment, so fetching the package index took a long time. I think it might be nice to show progress (eg,
X MiB / Y MiB, Z% downloaded
) here, likestack setup
does when it is downloading GHC.Also, in case it's important, I'm using the deb package on Ubuntu 14.04.
The text was updated successfully, but these errors were encountered: