[Haskell-cafe] [Haskell] [ANNOUNCE] Haskdogs-0.1

yi huang yi.codeplayer at gmail.com
Wed Sep 14 03:24:06 CEST 2011


Cabal compains about "Unknown build tool hasktags".
It seems not necessary to set "Build-tools: hasktags" in cabal file?

On Wed, Sep 14, 2011 at 4:39 AM, Sergey Mironov <ierton at gmail.com> wrote:

> Hi! I am pleased to announce haskdogs - project-level ctag file generator.
>
> haskdogs is a small shellscript-like tool which creates tag file for
> entire haskell project directory. It takes into account first-level
> dependencies by recursively scanning imports and adding matching
> packages to the final tag list. As a result, programmer can use
> his/her text editor supporting tags (vim, for example) to jump
> directly to definition of any standard or foreign function he/she
> uses. Note, that haskdogs calls some Unix shell commands like test or
> mkdir so this tool will likely fail to work on pure Windows platforms.
>
> To use it, do
>
> 0) cabal install hasktags haskdogs && mkdir -p ~/.cabal/var/haskdogs
> 1) cabal unpack TrickyProject-4.2 && cd TrickyProject-4.2
> 2) haskdogs
> 3) enjoy the tagfile with references to every function
>
> http://hackage.haskell.org/package/haskdogs-0.1
>
> Sergey
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>



-- 
http://www.yi-programmer.com/blog/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110914/09d88824/attachment.htm>


More information about the Haskell-Cafe mailing list