diff --git a/src/Data/Time/Locale/Compat.hs b/src/Data/Time/Locale/Compat.hs
--- a/src/Data/Time/Locale/Compat.hs
+++ b/src/Data/Time/Locale/Compat.hs
@@ -11,7 +11,11 @@
 --
 -- This module provides compatibility module name
 -- for TimeLocale of old-locale or time-1.5.
-module Data.Time.Locale.Compat (TimeLocale, defaultTimeLocale) where
+module Data.Time.Locale.Compat (
+  -- * Time locale interface names
+  TimeLocale,
+  defaultTimeLocale,
+  ) where
 
 #if MIN_VERSION_time(1,5,0)
 import Data.Time.Format (TimeLocale, defaultTimeLocale)
diff --git a/time-locale-compat.cabal b/time-locale-compat.cabal
--- a/time-locale-compat.cabal
+++ b/time-locale-compat.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                time-locale-compat
-version:             0.1.0.0
+version:             0.1.0.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/
