Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Commit 9118726

Browse files
committed
chore: Update justfile to replace ghciwatch with ghcid
1 parent 70a9ac8 commit 9118726

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

justfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ docs:
1010
repl *ARGS:
1111
cabal repl {{ ARGS }}
1212

13-
# Run ghciwatch
14-
# "cabal is better" they said, however this command is stupid and shouldn't be as long as it is
13+
# Run ghcid -- auto-recompile and run `main` function
1514
run:
16-
ghciwatch --command "cabal v2-repl" --watch src --watch app --after-startup-ghci ":load app/Main.hs" --test-ghci "main"
15+
ghcid -c cabal repl app/Main.hs -T :main

0 commit comments

Comments
 (0)