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

Commit 70a9ac8

Browse files
committed
chore: Replace ghcid with ghciwatch for improved Haskell development workflow
1 parent 58025ad commit 70a9ac8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

justfile

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

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

0 commit comments

Comments
 (0)