We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668d275 commit c5ec8eeCopy full SHA for c5ec8ee
changelog.d/issue-8841
@@ -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