-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't error if package index is missing (fix #10504)
All of the packages Cabal needs may already be present in the local package database; we don't know yet! This is a partial revert of #8944. See: #8944 (comment)
- Loading branch information
1 parent
48d2306
commit 88c4e3d
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# cabal get | ||
Warning: <ROOT>/cabal.config: Unrecognized stanza on line 3 | ||
Error: [Cabal-7160] | ||
The package list for 'repo.invalid' does not exist. Run 'cabal update' to download it. | ||
Warning: The package list for 'repo.invalid' does not exist. Run 'cabal update' to download it. | ||
Error: [Cabal-7100] | ||
There is no package named 'a-b-s-e-n-t'. | ||
You may need to run 'cabal update' to get the latest list of available packages. |