File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ description: {
7
7
8
8
- Script support improved or added across relevant commands.
9
9
- `cabal run script` will now cache results and will not do a fresh build every time.
10
- - `cabal build script` added. It will now build the cache for script.
11
- - `cabal clean script` added. It will now clean the cache for script and prune orphaned script caches.
12
- - `cabal repl script` added. It will now work as expected, but with a separate cache from run and build for technical reasons.
10
+ - `cabal build script` added. It will build the cache for script.
11
+ - `cabal repl script` added. It will open a repl for script using the cache if available.
12
+ - `cabal clean script` added. It will clean the cache for script.
13
+ - `cabal clean` will now remove script caches for which there is no marching script.
13
14
14
15
}
You can’t perform that action at this time.
0 commit comments