packcheck v0.5.0 Release Notes
Release Date: 2020-04-30 // over 4 years ago-
๐ Bug Fixes
- ๐ฆ
packcheck.sh
script itself was missing from the package, added.
๐ฅ Breaking Changes
- CI now fails if
DISABLE_SDIST_BUILD
is not set and the contents of the source distribution tar ball do not match the git repository contents. Either add any exceptions to.packcheck.ignore
file or useDISABLE_SDIST_GIT_CHECK=y
to disable this feature. Currently this check is done only ifgit
andtar
commands are available in thePATH
.
๐ Deprecations
- ๐
cabal-v1
command now shows a deprecation message and is removed from help. This command will be removed in future. ENABLE_INSTALL
option now does nothing. This change is because of the new behavior in cabal-3. This option will be removed in future.
โจ Enhancements
- โ Added a feature to detect if any files in the git repo are missing from the source distribution tarball.
- โ Add
CABAL_PROJECT
environment variable to support specifying a cabal project file.
- ๐ฆ