GPL-3.0-only licensed and maintained by Francesco Ariis
This version can be pinned in stack with:lentil-0.1.12.0@sha256:074cc86827a502536e211dd22e3f9105f20929344863976684d74ff56f00174f,4400

Module documentation for 0.1.12.0

There are no documented modules for this package.

minumum effort, cohesive issue tracker based on ubiquitous TODOs and FIXMEs conventions. Check homepage for manual, tutorial, examples.

Changes

0.1.12.0
--------

- Released Fri 29 Apr 2016 22:48:14 CEST
- removed LOptions Show instance (tip by Artyom Kazak)

0.1.11.0
--------

- Released Wed 23 Mar 2016 17:50:52 CET
- added new languages (Elm, CoffeeScript, TypeScript) (suggestion by
Anton Felix Lorenzen).

0.1.10.0
--------

- Released Tue 23 Feb 2016 22:57:20 CET
- added a new flag word "feature" (patch by Michał Antkiewi).
- bumped up copyright year.

0.1.9.0
-------

- Released Mon 25 Jan 2016 12:43:48 CET
- by default, lentil will not recurse on dot folders (directories starting
with '.' and '_') (request by Artyom).

0.1.8.0
-------

- Released Mon 23 Nov 2015 05:20:32 CET
- Xml, html parsing (patch by Mats Rauhala).
- Xml issue export (parch by Mats Rauhala).

0.1.7.1
-------

- Released Sun 22 Nov 2015 22:19:58 CET
- added missing testfile to repo/.cabal.

0.1.7.0
-------

- Released Sun 22 Nov 2015 18:18:46 CET
- Case insensitive extensions (patch by Mats Rauhala).

0.1.6.2
-------

- Released Fri 02 Oct 2015 08:06:22 CEST
- fixed broken test (missing file in extra-source-file).

0.1.6.1
-------

- Released Thu 01 Oct 2015 11:50:44 CEST
- added stack.yaml to extra-source-files.

0.1.6.0
-------

- Released Thu 01 Oct 2015 10:54:10 CEST
- Added support for Stack (patch by Francesco Mazzoli).
- Added extension aliases (request by Henning Thielemann).

0.1.5.0
-------

- Released Tue 29 Sep 2015 14:32:11 CEST
- Tags are now allowed at the beginning of the issue, before the description,
too (request by qptain nemo).

0.1.4.1
-------

- Released Wed 26 Aug 2015 22:11:33 CEST
- Added ".cabal" ".chs" ".hsc" (request by Henning Thielemann).

0.1.4.0
-------

- Released Wed 26 Aug 2015 19:42:05 CEST
- Added SQL-like string parsing (requested by qptain nemo).

0.1.3.1
-------

- Released Sat 01 Aug 2015 20:36:50 CEST
- Added Nix syntax (.nix) (requested by Tomislav).
- Added .pl and .sh test files to vcs.

0.1.3.0
-------

- Released Fri 24 Jul 2015 15:25:39 CEST
- Lentil searches for files outside $PWD (request+patch by Tomislav).
- Lentil enumerates all files within $PWD (request+patch by Tomislav).

0.1.2.7
-------

- Released Mon 20 Jul 2015 19:38:12 CEST
- allowed naked todos (w/o desc) (requested by qptain nemo).

0.1.2.6
-------

- Released Mon 13 Jul 2015 12:24:24 CEST
- added shell script syntax (.sh) (requested by qptain nemo).

0.1.2.5
-------

- Released Mon 13 Jul 2015 12:08:13 CEST
- added perl syntax (requested by larsen).

0.1.2.4
-------

- Released Wed 24 Jun 2015 07:48:28 CEST
- Added missing test file.

0.1.2.3
-------

- Released Wed 24 Jun 2015 06:49:42 CEST
- Fixed ghc 7.8.3 build, hopefully for real.

0.1.2.2
-------

- Released Wed 24 Jun 2015 06:24:33 CEST
- Fixed ghc 7.8.3 build.

0.1.2.1
-------

- Released Wed 24 Jun 2015 05:45:47 CEST
- fixed bug: flagwords (todo, fixme, etc.) will be picked up as part of an
issue only when they come at the beginning of a line.

0.1.2.0
-------

- Released Wed 24 Jun 2015 03:46:07 CEST
- added ``-f compiler`` option to make output emacs parseable
(requested by Henning Thielemann).
- fixed contiguous single-line/block-comment bug (reported by
Henning Thielemann).

0.1.1.3
-------

- Released Mon 15 Jun 2015 23:29:49 CEST
- fixmes and xxx issues now get a free [fixme]/[xxx] tag (requested
by qptain nemo).

0.1.1.2
-------

- Released Fri 12 Jun 2015 21:21:11 CEST
- fixed broken parse on empty file (reported by Simon Michael)

0.1.1.1
-------

- Released Fri 12 Jun 2015 12:44:18 CEST
- fixed a broken test (reported by Peter Simons)

0.1.1.0
-------

- Released Fri 12 Jun 2015 01:38:26 CEST
- make flagword syntax more liberal (-- todo something <-- is valid now)
- more languages available (c++, java, javascript, python, ruby)
- fixed end-of-file bug and double quote string literal

0.1.0.2
-------

- Released Tue 09 Jun 2015 21:05:33 CEST
- Added changes.txt as changelog