lentil 0.1.6.1 → 0.1.6.2
raw patch · 4 files changed
+21/−2 lines, 4 files
Files
- changes.txt +6/−0
- lentil.cabal +2/−1
- src/Main.hs +1/−1
- test/test-files/lang-comm/xyz.xyz +12/−0
changes.txt view
@@ -1,3 +1,9 @@+0.1.6.2+-------++- Released Fri 02 Oct 2015 08:06:22 CEST+- fixed broken test (missing file in extra-source-file)+ 0.1.6.1 -------
lentil.cabal view
@@ -1,5 +1,5 @@ name: lentil-version: 0.1.6.1+version: 0.1.6.2 synopsis: frugal issue tracker description: minumum effort, cohesive issue tracker based on ubiquitous @TODO@s and @FIXME@s conventions.@@ -14,6 +14,7 @@ build-type: Simple tested-with: GHC==7.10.1, GHC==7.8.3 extra-source-files: stack.yaml,+ test/test-files/lang-comm/xyz.xyz, test/test-files/lang-comm/clang.c, test/test-files/lang-comm/haskell.hs, test/test-files/lang-comm/javascript.js,
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.6.1\n\+ versionCopy = "lentil - frugal issue tracker, version 0.1.6.2\n\ \(C) 2015 Francesco Ariis - http://www.ariis.it\n\ \released under the GNU General Public License v3\n"
+ test/test-files/lang-comm/xyz.xyz view
@@ -0,0 +1,12 @@+// todo single+// comment+// Todo: single2++var c = "st/*ring"; // string+char letter = 'c' // char++/* TODO: block1 */+/* TODO: block2 [tog] */+++// end