-
Notifications
You must be signed in to change notification settings - Fork 703
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
668d275
commit c5ec8ee
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
} |