time-locale-compat 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+6/−2 lines, 2 files
Files
src/Data/Time/Locale/Compat.hs view
@@ -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)
time-locale-compat.cabal view
@@ -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/