Excerpts from David Sankel's message of Mon Nov 03 19:25:23 +0100 2008:
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/htags
htags is a tag file generator to enable extra functionality in editors like vim. It expands upon hasktags by using a full Haskell 98 parser and options for recursion.
Hi, I've just tried to install it and the build fails here (GHC 6.8.3) $ cabal update $ cabal install htags ──(Mon,Nov03)─┘ Resolving dependencies... Downloading htags-1.0... Configuring htags-1.0... Preprocessing executables for htags-1.0... Building htags-1.0... src/htags.hs:8:7: Could not find module `GenTags': Use -v to see a list of the files searched for. cabal: Error: some packages failed to install: htags-1.0 failed during the building phase. The exception was: exit: ExitFailure 1 Best regards, -- Nicolas Pouillard aka Ertai