6 Nov
2001
6 Nov
'01
7:27 p.m.
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