ANN: tagsh 0.1

Jonas Svensson d99josve@dtek.chalmers.se
Tue, 6 Nov 2001 20:27:36 +0100


Hello,

I've written a version of the tags program for Haskell, tagsh.
It does things differently compared to the hasktags program but the
main reason I wrote this is that I didn't knew hasktags existed.
It uses the hssource and posix library from hslibs, works with GHC
5.02.1. tags file has been checked to work with vim and nedit.

Features:
  Run files trough cpp (optional)
  Only write tags for things which are exported (optional)

Download:
  http://www.dtek.chalmers.se/~d99josve/tagsh.tar.gz

Run with "-h" for list of options.

/jonas