packages feed

lentil 0.1.11.0 → 0.1.12.0

raw patch · 5 files changed

+24/−5 lines, 5 filesdep ~regex-tdfa

Dependency ranges changed: regex-tdfa

Files

changes.txt view
@@ -1,3 +1,9 @@+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 -------- 
issues.txt view
@@ -1,5 +1,5 @@ bin/make-bins.hs-    20  auto search (global? cpp?) version number? [dist]+    21  auto search (global? cpp?) version number? [dist]   doc/dev/issues.txt     10  have stuff linked to haskell-platform friendly e non template@@ -34,6 +34,9 @@     37  code coverage [test]     38  add .lentilignore (or even .lentilconf) Michał Antkiewicz         [feature:intermediate] [request]+    40 +   https://blog.steve.org.uk/If_line_noise_is_a_program__all_fuzzers_are_developers.html+   in lentil? [debug] [u:2]   src/Lentil/Args.hs     25  disambiguation optparse-applicative [feature:intermediate]@@ -64,8 +67,19 @@ src/Lentil/Parse/Syntaxes.hs     31  add langparsers che sia estensibile e leggibile a compilazione         [u:2] [feature:intermediate]-    53  multiline signature? [lint]+    56  multiline signature? [lint]   src/Main.hs     41  leave sort out as now? [design]     58  o ord? [fixme]+ +test/Lentil/ArgsSpec.hs+    37  real parsing testing options [test]+ +test/Lentil/FileSpec.hs+    38  excluding files fails on MS Windows! Check why! [u:3] [bug]+ +test/Tests.hs+     4 +   http://hackage.haskell.org/package/mockery-0.3.0/docs/Test-Mockery-Directory.html+   instead of folder use this? [refactor]
lentil.cabal view
@@ -1,5 +1,5 @@ name:                lentil-version:             0.1.11.0+version:             0.1.12.0 synopsis:            frugal issue tracker description:         minumum effort, cohesive issue tracker based on                      ubiquitous @TODO@s and @FIXME@s conventions.
src/Lentil/Args.hs view
@@ -31,7 +31,6 @@                            loSort     :: [LSort],                            loAlias    :: [Alias],                            loOutFile  :: Maybe FilePath }-              deriving (Show)  type LFilter = [Issue] -> [Issue] type ChType  = [LFilter] -> [Issue] -> [Issue] -- AND or OR chain
src/Main.hs view
@@ -28,7 +28,7 @@                                    short 'v'      <>                                    help "show version and copyright info" )     where-          versionCopy = "lentil - frugal issue tracker, version 0.1.11.0\n\+          versionCopy = "\nlentil - frugal issue tracker, version 0.1.12.0\n\                         \(C) 2015-2016 Francesco Ariis - http://www.ariis.it\n\                         \released under the GNU General Public License v3\n"