ndmitchell / weeder

Detect dead exports or package imports
BSD 3-Clause "New" or "Revised" License
124 stars 8 forks source link

Update for compatibility with Travis build script. #56

Closed kindaro closed 4 years ago

kindaro commented 4 years ago

I would like to merge this first so that #55 can be verified.

ndmitchell commented 4 years ago

Thanks, will wait for the CI to weigh in as that will give us more signal.

FWIW, I think you'll get some HLint errors as part of the CI. I'd just ignore them by adding all the names to .hlint.yaml - no point cleaning up the code beyond what is required.

ndmitchell commented 4 years ago

Passes on at least one Travis configuration, which is enough for me. I wouldn't worry about Appveyor at all - some signal the release is good is sufficient, given it's not as actively developed.