-
Notifications
You must be signed in to change notification settings - Fork 701
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6877 from bubba/cabalprojectlocal-copy-message
Tell users about cabal.project.local~
- Loading branch information
Showing
7 changed files
with
73 additions
and
7 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
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
27 changes: 26 additions & 1 deletion
27
cabal-testsuite/PackageTests/NewConfigure/LocalConfigOverwrite/cabal.out
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,6 +1,31 @@ | ||
# cabal v2-configure | ||
'cabal.project.local' file already exists. Now overwriting it. | ||
'cabal.project.local' already exists, backing it up to 'cabal.project.local~'. | ||
Resolving dependencies... | ||
Build profile: -w ghc-<GHCVER> -O1 | ||
In order, the following would be built: | ||
- NewConfigure-0.1.0.0 (lib) (first run) | ||
# cabal v2-configure | ||
'cabal.project.local' already exists, backing it up to 'cabal.project.local~0'. | ||
Build profile: -w ghc-<GHCVER> -O1 | ||
In order, the following would be built: | ||
- NewConfigure-0.1.0.0 (lib) (first run) | ||
# cabal v2-configure | ||
'cabal.project.local' already exists, backing it up to 'cabal.project.local~1'. | ||
Build profile: -w ghc-<GHCVER> -O1 | ||
In order, the following would be built: | ||
- NewConfigure-0.1.0.0 (lib) (first run) | ||
# cabal v2-configure | ||
'foo.project.local' already exists, backing it up to 'foo.project.local~'. | ||
Build profile: -w ghc-<GHCVER> -O1 | ||
In order, the following would be built: | ||
- NewConfigure-0.1.0.0 (lib) (first run) | ||
# cabal v2-configure | ||
'foo.project.local' already exists, backing it up to 'foo.project.local~0'. | ||
Build profile: -w ghc-<GHCVER> -O1 | ||
In order, the following would be built: | ||
- NewConfigure-0.1.0.0 (lib) (first run) | ||
# cabal v2-configure | ||
'foo.project.local' already exists, backing it up to 'foo.project.local~1'. | ||
Build profile: -w ghc-<GHCVER> -O1 | ||
In order, the following would be built: | ||
- NewConfigure-0.1.0.0 (lib) (first run) |
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
1 change: 1 addition & 0 deletions
1
cabal-testsuite/PackageTests/NewConfigure/LocalConfigOverwrite/foo.project
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
packages: . |
Empty file.