Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ endif
.PHONY: delete-cache-on-linker-errors
delete-cache-on-linker-errors:
rm -rf ~/.cache/hie-bios
rm -rf ~/.cabal
rm -rf ./dist-newstyle
rm -rf ~/.cabal/store
cabal clean

# Build all Haskell services and executables with -O0, run unit tests
.PHONY: fast
Expand Down
1 change: 1 addition & 0 deletions changelog.d/5-internal/cleanup-caches-make-target
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add make target `delete-cache-on-linker-errors` to delete all Haskell compilation related caches. This is useful in cases where the development environment gets into an inconsistent state.