lentil 1.5.3.0 → 1.5.3.1
raw patch · 3 files changed
+10/−3 lines, 3 filesdep ~hspec
Dependency ranges changed: hspec
Files
- changes.txt +7/−0
- lentil.cabal +2/−2
- src/Main.hs +1/−1
changes.txt view
@@ -1,3 +1,10 @@+1.5.3.1+-------++- sab 13 nov 2021, 18:30:01+- Bump hspec++ 1.5.3.0 -------
lentil.cabal view
@@ -1,5 +1,5 @@ name: lentil-version: 1.5.3.0+version: 1.5.3.1 synopsis: frugal issue tracker description: minumum effort, cohesive issue tracker based on ubiquitous @TODO@s and @FIXME@s conventions.@@ -119,7 +119,7 @@ text==1.2.*, terminal-progress-bar==0.4.* -- same as above, plus hspec- , hspec >= 2.3 && < 2.9+ , hspec >= 2.3 && < 2.10 other-modules: Lentil.Types, Lentil.Args, Lentil.File, Lentil.Print, Lentil.Query, Lentil.Export, Lentil.Parse.Source, Lentil.Parse.Issue, Lentil.Parse.Syntaxes,
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.3.0\n\+ versionCopy = "\nlentil - frugal issue tracker, version 1.5.3.1\n\ \(C) 2015-2021 Francesco Ariis - http://www.ariis.it\n\ \released under the GNU General Public License v3\n"