Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
bacchanalia committed Apr 9, 2023
1 parent 668d275 commit c5ec8ee
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions changelog.d/issue-8841
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
synopsis: Shorten script-builds path
packages: Cabal, cabal-install
prs: #8898
issues: #8841

description: {

- Use Base64 hash truncated to 26 chars for script-build cache directories.
- Use the cache directory as the dist directory.
- Use script-<your-sanitized-script-name> as the component name instead of cabal-script-<...>.
- Use cabal-script-<your-actual-script-name> for the executable name.
- This change is incompatible with previous cabal versions in terms of cache location,
you should manually remove your old caches once you no longer need them.

}

0 comments on commit c5ec8ee

Please sign in to comment.