@hackage dead-code-detection0.8.1
detect dead code in haskell projects
Categories
License
BSD-3-Clause
Maintainer
Sönke Hahn <soenkehahn@gmail.com>
Links
Versions
Installation
Dependencies (0)
- Glob
- base >=4 && <5
- containers
- directory
- getopt-generics >=0.12 && <0.13 || >=0.13 && <0.14
- ghc Show all…
Dependents (1)
@hackage/acme-everything
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