[Haskell-cafe] [ANN] codex - generate tags file from dependencies

Alois Cochard alois.cochard at gmail.com
Fri Apr 25 21:14:08 UTC 2014


On 25 April 2014 14:55, Luke Taylor <tekul.hs at gmail.com> wrote:

> On 24/04/2014 23:54, Alois Cochard wrote:
>
>> Hi,
>>
>> Just to let you know that I released a tool which allow to generate a
>> tags[1] file for a given cabal project using the sources of all the
>> dependencies of that project.
>>
>>
> Hi,
>
> It sounds kind of similar to "haskdogs" (https://github.com/ierton/
> haskdogs), which I use now. Is there something more sophisticated in
> there which would make it worth switching :) ?
>
> Luke.
>

Hi Luke,

I don't think there is much differences in term of functionality, but there
is clearly lot of difference in term of design (which you might not care at
all as everything work fine for you!).
Basically haskdogs is a shell script ported to haskell, so it rely on
command line tools. OTHO codex use Cabal as a library and and deal with
hackage directly... the only external command it use is `ctags`.

If I were to integrate hasktags, I would do it as a library which would
make possible to remove completely the platform dependency (basically atm
it's only linux/macos, but then it could work on windows).


> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>



-- 
*Alois Cochard*
http://aloiscochard.blogspot.com
http://twitter.com/aloiscochard
http://github.com/aloiscochard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140425/b39a2377/attachment.html>


More information about the Haskell-Cafe mailing list