@hackage hcount0.0.1
Haskell name counts.
Categories
License
BSD-3-Clause
Maintainer
tonyday567@gmail.com
Links
Versions
Installation
Dependencies (0)
- attoparsec >=0.13 && <0.14
- base >=4.7 && <5
- containers >=0.6 && <0.7
- ghc >=8.10 && <8.11
- lens >4.19 && <4.20
- numhask >=0.7 && <0.8 Show all…
Dependents (0)
Counting of Haskell names and artifacts usage, based on stan.
Usage
Include the following ghc-options in the cabal file of the libraries you want to analyse:
-fwrite-ide-info -hiedir=.hie
Install hcount
stack install hcount
run hcount
cd project hcount
See 'hcount --help' for options.