@hackage hcount0.0.1

Haskell name counts.

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.