seagreen / ian

Personal megarepo
7 stars 0 forks source link

Check for unused declarations in leaf Haskell repo #6

Closed seagreen closed 4 years ago

seagreen commented 4 years ago

Note that repos can contain multiple packages, each of which can contain multiple components (test suites, etc)

seagreen commented 4 years ago

The current unused declaration detection for apps is insufficient, because:

seagreen commented 4 years ago

It's not as precise as haskell-specific tool could be, but there's a general purpose tool (written in Haskell) for this: https://github.com/joshuaclayton/unused