- Support for Cabal 3.4 #38
- Support persistent 2.13 #35
- Fall back to BSD tar when type cannot be detected #33
- Allow building with persistent-2.11 #28
- Handle case where tree exists in cache by blobs are missing #27
- Skip a test for #26
- Fix to allow mulitiple relative path of symlink.
- Catch all exceptions from Casa calls and recover
- Make the location of LTS/Nightly snapshots configurable
- Removed errant log message
- Add a deprecation warning when using a repo/archive without a cabal file, see Stack #5210
- Do not include repo/archive dependencies which do not include cabal files in lock files
- Remove some no longer used functions
- Upgrade to Cabal 3.0
Bug fixes:
- Don't compare the hashes of cabal files.
Addresses bugs such as Stack
#5045.
Data type changes: removed the
pmCabal
andrpmCabal
fields.
Bug fixes:
- Module mapping insertions into the database are now atomic. Previously, if you SIGTERMed at the wrong time while running a script, you could end up with an inconsistent database state.
Other changes:
- Support building with persistent-template-2.7
Changes since 0.1.0.0
Bug fixes:
- Fix to allow dependencies on specific versions of local git repositories. See #4862
Behavior changes:
-
By default, do not perform expiry checks in Hackage Security. See
Other changes:
- Rename
pantry-tmp
package back topantry
, now that we have gained maintainership (which had been used by someone else for a candidate-only test that made it look like the name was free but prevented uploading a real package).
- Initial release