[Haskell] [ANN] Lentil - a frugal issue tracker

Francesco Ariis fa-ml at ariis.it
Tue Jun 9 17:36:07 UTC 2015


lentil - a frugal issue tracker


If you litter your code with TODOs and FIXMEs, lentil [1] can help you
make sense of that big mess into something nice and readable like:

    src/Lentil/File.hs
        49  does upMan work windows? [feature:intermediate]

    src/Lentil/Parse.hs
        26  eliminate lookahead? refactor parsing? [lint] [refactor]
        54  add test for rotoscope [test]


It supports tags, filtering, exporting and much more. Check the user
manual [2] for more information.


[1] http://hackage.haskell.org/package/lentil
[2] http://www.ariis.it/static/articles/lentil-manual/page.html



More information about the Haskell mailing list