packcheck v0.5.1 Release Notes
Release Date: 2020-06-03 // over 4 years ago-
🐛 Bug Fixes
- Fix breakage due to
DISABLE_SDIST_GIT_CHECK
option. Due to this bug, build was always failing by default and reported as success.
🗄 Deprecations
- 👕
HLINT_COMMANDS
is deprecated and replaced byHLINT_OPTIONS
/HLINT_TARGETS
✨ Enhancements
- 👕 New
HLINT_OPTIONS
/HLINT_TARGETS
env vars to specify hlint commands in a better way.
- Fix breakage due to
Previous changes from v0.5.0
-
🐛 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.
- 📦