packages feed

lentil 0.1.2.1 → 0.1.2.2

raw patch · 4 files changed

+10/−2 lines, 4 files

Files

changes.txt view
@@ -1,3 +1,9 @@+0.1.2.2+-------++- Released Wed 24 Jun 2015 06:24:33 CEST+- Fixed ghc 7.8.3 build+ 0.1.2.1 ------- 
lentil.cabal view
@@ -1,5 +1,5 @@ name:                lentil-version:             0.1.2.1+version:             0.1.2.2 synopsis:            frugal issue tracker description:         minumum effort, cohesive issue tracker based on                      ubiquitous @TODO@s and @FIXME@s conventions.
src/Lentil/Parse/Syntaxes.hs view
@@ -12,6 +12,8 @@  import Lentil.Parse.Source import Text.Parsec+import Control.Applicative hiding (many)+import Prelude  import qualified System.FilePath as SF 
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.1\n\+          versionCopy = "lentil - a frugal issue tracker, version 0.1.2.2\n\                         \(C) 2015 Francesco Ariis - http://www.ariis.it\n\                         \released under the GNU General Public License 3\n"