Skip to content
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

Implement offline mode for the 'install' command. #2578

Merged
merged 3 commits into from
May 15, 2015

Conversation

23Skidoo
Copy link
Member

@23Skidoo 23Skidoo commented May 5, 2015

When in offline mode, 'cabal install' only installs packages from the local
tarball cache. Offline mode can be enabled with the '--offline' flag.

Fixes #2566.

@23Skidoo
Copy link
Member Author

23Skidoo commented May 5, 2015

/cc @dcoutts

23Skidoo and others added 2 commits May 5, 2015 21:54
When in offline mode, 'cabal install' only installs packages from the local
tarball cache. Offline mode can be enabled with the '--offline' flag.

Fixes haskell#2566.
dcoutts added a commit that referenced this pull request May 15, 2015
Implement offline mode for the 'install' command.
@dcoutts dcoutts merged commit 9e10034 into haskell:master May 15, 2015
@23Skidoo 23Skidoo deleted the offline-mode branch May 15, 2015 19:15
@cbclemmer cbclemmer mentioned this pull request Jan 14, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Offer install flag: do not download dependencies
2 participants