From 5a268e0efe7dfc0bdf7ad84930bc8e7e1e46a396 Mon Sep 17 00:00:00 2001 From: Hiroki Tokunaga Date: Mon, 8 May 2023 21:30:11 +0900 Subject: [PATCH] Let `ghcid` track `TESTS.md` (#740) * Let `ghcid` track `TESTS.md` * EOL newline --- .ghcid | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ghcid b/.ghcid index 4879cea14..ad87a6ae3 100644 --- a/.ghcid +++ b/.ghcid @@ -1,3 +1,4 @@ --command "stack repl hindent:lib hindent:test:hindent-test --main-is hindent:test:hindent-test" --test ":main" ---restart=package.yaml \ No newline at end of file +--restart=package.yaml +--restart=TESTS.md