packages feed

lentil 0.1.2.2 → 0.1.2.3

raw patch · 4 files changed

+9/−2 lines, 4 filesdep ~base

Dependency ranges changed: base

Files

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