Skip to content

Commit 04cc6a2

Browse files
committed
Update changelog for PR #7851
1 parent b2323e3 commit 04cc6a2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

changelog.d/pr-7851

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ description: {
77

88
- Script support improved or added across relevant commands.
99
- `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.
1314

1415
}

0 commit comments

Comments
 (0)