clean-home 0.0.2 → 0.0.3
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- clean-home.cabal +2/−2
- src/Args.hs +1/−1
clean-home.cabal view
@@ -7,7 +7,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.0.2+Version: 0.0.3 -- A short (one-line) description of the package. Synopsis: Keep your home dir clean by finding old conf files@@ -33,7 +33,7 @@ -- A copyright notice. -- Copyright: -Category: Util+Category: Utils Build-type: Simple
src/Args.hs view
@@ -63,7 +63,7 @@ &= help "Use program exit code to determine package presence" }- &= summary "clean-home 0.0.2"+ &= summary "clean-home 0.0.3" &= details [ "(c) 2012 Ivan Perez - Keera Studios" , "Find more about clean-home at http://keera.es" , "and http://github.com/ivanperez-keera/clean-home"