Disable weeder in CI linting

It's reporting that every module is unused, which isn't true.  The
weeder README says this is still the correct way to do things, so I'm
not sure what's going on.
This commit is contained in:
Michael Walker 2019-10-04 16:23:01 +01:00
parent 47dc671ed4
commit 420d1f02b1

View File

@ -6,7 +6,7 @@ $stack install stylish-haskell
$stack build
curl -sL https://raw.github.com/ndmitchell/weeder/master/misc/travis.sh | sh -s .
#curl -sL https://raw.github.com/ndmitchell/weeder/master/misc/travis.sh | sh -s .
curl -sL https://raw.github.com/ndmitchell/hlint/master/misc/travis.sh | sh -s .
$stack exec ./style.sh