lentil 1.5.2.0 → 1.5.3.0
raw patch · 4 files changed
+11/−5 lines, 4 filesdep ~megaparsec
Dependency ranges changed: megaparsec
Files
- changes.txt +6/−0
- issues.txt +1/−1
- lentil.cabal +3/−3
- src/Main.hs +1/−1
changes.txt view
@@ -1,3 +1,9 @@+1.5.3.0+-------++- ven 22 ott 2021, 23:11:12+- Bumped dependencies+ 1.5.2.0 -------
issues.txt view
@@ -27,7 +27,7 @@ [request] 36 Consider using https://github.com/github/semantic ? [design] 45 lowercase does not work (not recognised, .r vs. .R) [bug]- 118 rst parser doesn't respect whitespace or paragraphs. How to+ 119 rst parser doesn't respect whitespace or paragraphs. How to implement this without breaking other parsers? [bug] [design] src/Main.hs
lentil.cabal view
@@ -1,5 +1,5 @@ name: lentil-version: 1.5.2.0+version: 1.5.3.0 synopsis: frugal issue tracker description: minumum effort, cohesive issue tracker based on ubiquitous @TODO@s and @FIXME@s conventions.@@ -74,7 +74,7 @@ directory >= 1.2 && < 1.4, filemanip==0.3.*, filepath==1.4.*,- megaparsec >= 8.0 && < 9.1,+ megaparsec >= 8.0 && < 9.3, mtl == 2.2.*, natural-sort==0.1.*, optparse-applicative >= 0.16 && < 0.17,@@ -110,7 +110,7 @@ dlist >= 0.8 && < 1.1, filemanip==0.3.*, filepath==1.4.*,- megaparsec >= 8.0 && < 9.1,+ megaparsec >= 8.0 && < 9.3, mtl == 2.2.*, natural-sort==0.1.*, optparse-applicative >= 0.16 && < 0.17,
src/Main.hs view
@@ -37,7 +37,7 @@ short 'v' S.<> help "show version and copyright info" ) where- versionCopy = "\nlentil - frugal issue tracker, version 1.5.2.0\n\+ versionCopy = "\nlentil - frugal issue tracker, version 1.5.3.0\n\ \(C) 2015-2021 Francesco Ariis - http://www.ariis.it\n\ \released under the GNU General Public License v3\n"