packages feed

keera-posture 0.1.4.1 → 0.1.4.2

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

keera-posture.cabal view
@@ -6,7 +6,7 @@ -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented.-Version:             0.1.4.1+Version:             0.1.4.2  -- A short (one-line) description of the package. Synopsis:            Get notifications when your sitting posture is inappropriate.
src/Controller.hs view
@@ -40,7 +40,7 @@       let can = canStdErr || canStdOut           hdl = if canStdErr then stderr else stdout       when can $ mapM_ (hPutStrLn hdl)-        [ "Keera Posture v0.1.4"+        [ "Keera Posture v0.1.4.2"         , "Copyright (C) 2010-2015 Ivan Perez Dominguez and Keera Studios Ltd (UK)"         , __ "Licence: All rights reserved"         , __ "This software includes modified and unmodified versions of"@@ -97,7 +97,7 @@           &= help "Shows the licence and exits"           }          &= program "keera-posture"-         &= summary "Keera Posture 0.1.4 (c) 2010-2015 Ivan Perez - Keera Studios"+         &= summary "Keera Posture 0.1.4.2 (c) 2010-2015 Ivan Perez - Keera Studios"          &= details [ __ "Report bugs to support@keera.co.uk"                     , __ "Find more about Keera Posture at http://keera.co.uk"                     , __ "and http://github.com/keera-studios/keera-posture"