Skip to content

Commit c5ec8ee

Browse files
committed
Add changelog entry
1 parent 668d275 commit c5ec8ee

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

changelog.d/issue-8841

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
synopsis: Shorten script-builds path
2+
packages: Cabal, cabal-install
3+
prs: #8898
4+
issues: #8841
5+
6+
description: {
7+
8+
- Use Base64 hash truncated to 26 chars for script-build cache directories.
9+
- Use the cache directory as the dist directory.
10+
- Use script-<your-sanitized-script-name> as the component name instead of cabal-script-<...>.
11+
- Use cabal-script-<your-actual-script-name> for the executable name.
12+
- This change is incompatible with previous cabal versions in terms of cache location,
13+
you should manually remove your old caches once you no longer need them.
14+
15+
}

0 commit comments

Comments
 (0)