kowainik / stan

🕵️ Haskell STatic ANalyser
https://kowainik.github.io/projects/stan
Mozilla Public License 2.0
562 stars 48 forks source link

Warning about overzealous -Wunused-packages #566

Closed philderbeast closed 1 month ago

philderbeast commented 1 month ago

I had a go a fixing this by only depending on base in components that needed it. After commenting out all other components except the main library, I found that base was needed and the -Wunused-packages warning was a false positive. Rather than removed the -Wunused-packages warning, I opted to leave a comment pointing to the relevant GHC issue.

tomjaguarpaw commented 1 month ago

Thanks!