-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a warning when Cabal file roundtripping fails #3549
Note that this is a warning instead of an error because for upload, in most cases the cabal check step will fail, and it may be helpful to still be able to inspect an sdist tarball.
- Loading branch information
Showing
2 changed files
with
59 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
@mgsloan I just noticed that all of my cabal files on Hackage have been reformatted in the upload procedure. Was this an intentional change, or just part of debugging?