Skip to content

Commit

Permalink
Added changelog for pr haskell#7851
Browse files Browse the repository at this point in the history
  • Loading branch information
bacchanalia committed Dec 2, 2021
1 parent f076bda commit 069a2d1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions changelog.d/pr-7851
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
synopsis: Better support for scripts
packages: cabal-install
prs: #7851
issues: #7842 #6354 #6149.

description: {

- Script support improved or added across relevant commands.
- `cabal run script` will now cache results and will not do a fresh build every time.
- `cabal build script` added. It will now build the cache for script.
- `cabal clean script` added. It will now clean the cache for script and prune orphaned script caches.
- `cabal repl script` added. It will now work as expected, but with a separate cache from run and build for technical reasons.

}

0 comments on commit 069a2d1

Please sign in to comment.