lentil 1.1.1.1 → 1.1.2.0
raw patch · 4 files changed
+13/−5 lines, 4 filesdep ~hspec
Dependency ranges changed: hspec
Files
- authors.txt +1/−0
- changes.txt +7/−0
- lentil.cabal +3/−3
- src/Main.hs +2/−2
authors.txt view
@@ -20,3 +20,4 @@ Tomislav Tuncer Ayaz YongJoon Joe+Massimo Zaniboni
changes.txt view
@@ -1,9 +1,16 @@+1.1.2.0+-------++- Release Fri 29 Mar 2019 17:14:35 CET+- Bumped copyright, dependencies.+ 1.1.1.1 ------- - Released Tue 08 Jan 2019 17:02:01 CET - Added basic Markdown support (requested by Massimo Zaniboni) - Headless progress bar (requested by qptain nemo)+ 1.1.0.0 -------
lentil.cabal view
@@ -1,5 +1,5 @@ name: lentil-version: 1.1.1.1+version: 1.1.2.0 synopsis: frugal issue tracker description: minumum effort, cohesive issue tracker based on ubiquitous @TODO@s and @FIXME@s conventions.@@ -10,7 +10,7 @@ author: Francesco Ariis <fa-ml@ariis.it> et al. (check authors.txt) maintainer: Francesco Ariis <fa-ml@ariis.it>-copyright: © 2015-2018 Francesco Ariis et al. (check authors.txt)+copyright: © 2015-2019 Francesco Ariis et al. (check authors.txt) category: Development, Project Management stability: Stable build-type: Simple@@ -108,7 +108,7 @@ text==1.2.*, semigroups==0.18.* -- same as above, plus hspec- , hspec >= 2.3 && < 2.7+ , hspec >= 2.3 && < 2.8 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
@@ -32,8 +32,8 @@ short 'v' S.<> help "show version and copyright info" ) where- versionCopy = "\nlentil - frugal issue tracker, version 1.1.1.1\n\- \(C) 2015-2018 Francesco Ariis - http://www.ariis.it\n\+ versionCopy = "\nlentil - frugal issue tracker, version 1.1.2.0\n\+ \(C) 2015-2019 Francesco Ariis - http://www.ariis.it\n\ \released under the GNU General Public License v3\n"