Skip to content

Commit

Permalink
Switch to ghciwatch
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 23, 2024
1 parent 217dd9d commit 648f62f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ repl *ARGS:
fmt:
treefmt

# Run ghcid -- auto-recompile and run `main` function
# Run ghciwatch -- auto-recompile and run `main` function
run:
ghcid -c "cabal repl exe:haskell-template" --warnings -T :main
ghciwatch --test-ghci :main
1 change: 1 addition & 0 deletions nix/modules/flake-parts/devshell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
packages = with pkgs; [
just
nixd
ghciwatch
];
};
};
Expand Down

0 comments on commit 648f62f

Please sign in to comment.