We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2af2a commit 4cc51d3Copy full SHA for 4cc51d3
docs/contributing/contributing.md
@@ -111,7 +111,7 @@ Yet another way to pass the pattern without recompilation is to use the `TASTY_P
111
Run any of the `cabal test` commands above and set it to your pattern, e.g.:
112
113
```bash
114
-$ TASTY_PATTERN='-p hlint' cabal test func-test
+$ TASTY_PATTERN='hlint' cabal test func-test
115
```
116
117
## Using HLS on HLS code
0 commit comments