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.
dist-newstyle
1 parent c81da30 commit 363f15aCopy full SHA for 363f15a
scripts/format/make-stylish.sh
@@ -5,5 +5,5 @@ find . \
5
-name "*.hs" \
6
-and -not -path "*/.stack-work/*" \
7
-and -not -path "*/dist/*" \
8
- -and -not -path "*/dist-newstyle/*" \
+ -and -not -path "*/*dist-newstyle*/*" \
9
-exec stylish-haskell -i {} \;
0 commit comments