dead-code-detection alternatives and similar packages
Based on the "Development" category.
Alternatively, view dead-code-detection alternatives based on common mentions on social networks and blogs.
-
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome!
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of dead-code-detection or a related project?
README
status: experimental
dead-code-detection
detects dead code in haskell projects.
This project is still in an early stage. Currently only those language
constructs have been implemented that I have stumbled across in projects I used
it on. If the tool encounters a language construct that it doesn't understand
yet, it will crash. (I think this is the best behavior since ignoring
unimplemented language constructs would easily result in false positives and
false negatives.) If you use dead-code-detection
on any project and it
doesn't work due to a not implemented language construct, please consider
opening an issue on github.
$ dead-code-detection --root Main -isrc
src/Example/Module.hs:42:23: unusedName