From 754cb8edaaa18720481d0f1f2be4c678427d3923 Mon Sep 17 00:00:00 2001 From: mtamc Date: Thu, 16 Apr 2026 10:48:28 +0200 Subject: [PATCH] fix: syntax error in ghciwatch command causing ghciwatch to error out when multiple hs files are in the app folder --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9698068..e5deb8d 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ repl: update wasm32-wasi-cabal repl app -finteractive --repl-options='-fghci-browser -fghci-browser-port=8080' watch: - ghciwatch --after-startup-ghci :main --after-reload-ghci :main --watch app/*.hs --debounce 50ms --command 'wasm32-wasi-cabal repl app -finteractive --repl-options="-fghci-browser -fghci-browser-port=8080"' + ghciwatch --after-startup-ghci :main --after-reload-ghci :main --watch app --debounce 50ms --command 'wasm32-wasi-cabal repl app -finteractive --repl-options="-fghci-browser -fghci-browser-port=8080"' build: wasm32-wasi-cabal build