Work around hlint pattern error

See also: https://github.com/ndmitchell/hlint/issues/216
This commit is contained in:
Jacky Hu
2016-06-18 10:18:43 +08:00
parent 74ea4aba37
commit d34056b3b9
+1 -1
View File
@@ -18,7 +18,7 @@ dependencies:
test:
override:
- stack test
- git ls-files | grep '\.l\?hs$' | xargs stack exec -- hlint -X QuasiQuotes "$@"
- git ls-files | grep '\.l\?hs$' | xargs stack exec -- hlint -X QuasiQuotes -X NoPatternSynonyms "$@"
- stack exec -- cabal update
- stack exec --no-ghc-package-path -- cabal install --only-d --dry-run
- stack exec -- packdeps *.cabal || true