MarcWeber / hasktags

Produces ctags "tags" and etags "TAGS" files for Haskell programs
Other
127 stars 32 forks source link

Add installation section to readme #88

Open tillydray opened 1 year ago

tillydray commented 1 year ago

Why: Make it easier for newcomers to install and use hasktags

closes https://github.com/MarcWeber/hasktags/issues/87

arybczak commented 1 year ago

To be honest, newcomers (and everyone else really) should use ghc-tags, considering that hasktags trips over quite a few Haskell constructs due to it not utilizing a proper GHC Haskell parser.