lentil 0.1.2.3 → 0.1.2.4
raw patch · 4 files changed
+13/−4 lines, 4 files
Files
- changes.txt +8/−2
- lentil.cabal +2/−1
- src/Main.hs +1/−1
- test/test-files/specific/contiguous.c +2/−0
changes.txt view
@@ -1,14 +1,20 @@ 0.1.2.3 ------- +- 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+- 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+- Fixed ghc 7.8.3 build. 0.1.2.1 -------
lentil.cabal view
@@ -1,5 +1,5 @@ name: lentil-version: 0.1.2.3+version: 0.1.2.4 synopsis: frugal issue tracker description: minumum effort, cohesive issue tracker based on ubiquitous @TODO@s and @FIXME@s conventions.@@ -22,6 +22,7 @@ test/test-files/lang-comm/ruby.rb, test/test-files/lang-comm/test.txt, test/test-files/lang-comm/text.txt,+ test/test-files/specific/contiguous.c, test/test-files/test-proj/fold-a/foo1.hs, test/test-files/test-proj/fold-b/foo2.hs, test/test-files/test-proj/fold-c/foo3.hs,
src/Main.hs view
@@ -28,7 +28,7 @@ short 'v' <> help "show version and copyright info" ) where- versionCopy = "lentil - a frugal issue tracker, version 0.1.2.3\n\+ versionCopy = "lentil - a frugal issue tracker, version 0.1.2.4\n\ \(C) 2015 Francesco Ariis - http://www.ariis.it\n\ \released under the GNU General Public License 3\n"
+ test/test-files/specific/contiguous.c view
@@ -0,0 +1,2 @@+// Todo issue1+{- continues -}