From 68e1ca742e1c4bb9991565d289237242dd7d0a44 Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Fri, 11 Oct 2024 11:22:35 +0200 Subject: [PATCH] fixup! Bump cachix/install-nix-action from V27 to 29 (#4411) --- docs/contributing/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/contributing.md b/docs/contributing/contributing.md index 049c7a7b9f..6f264de96e 100644 --- a/docs/contributing/contributing.md +++ b/docs/contributing/contributing.md @@ -111,7 +111,7 @@ Yet another way to pass the pattern without recompilation is to use the `TASTY_P Run any of the `cabal test` commands above and set it to your pattern, e.g.: ```bash -$ TASTY_PATTERN='-p hlint' cabal test func-test +$ TASTY_PATTERN='hlint' cabal test func-test ``` ## Using HLS on HLS code