diff --git a/time-locale-compat.cabal b/time-locale-compat.cabal
--- a/time-locale-compat.cabal
+++ b/time-locale-compat.cabal
@@ -1,11 +1,8 @@
--- Initial time-locale-compat.cabal generated by cabal init.  For further
--- documentation, see http://haskell.org/cabal/users-guide/
-
 name:                time-locale-compat
-version:             0.1.1.0
+version:             0.1.1.1
 synopsis:            Compatibility of TimeLocale between old-locale and time-1.5
 description:         This package contains wrapped name module for TimeLocale.
-homepage:            http://twitter.com/khibino/
+homepage:            https://github.com/khibino/haskell-time-locale-compat
 license:             BSD3
 license-file:        LICENSE
 author:              Kei Hibino
@@ -16,7 +13,7 @@
 cabal-version:       >=1.10
 
 flag old-locale
-  description: If ture, use old-locale, otherwize use time 1.5 or newer.
+  description: If true, use old-locale, otherwise use time 1.5 or newer.
   default:     True
 
 library
