timezone-series 0.1.6 → 0.1.6.1
raw patch · 3 files changed
+13/−2 lines, 3 files
Files
- LICENSE +1/−1
- time_post_1_6/Data/Time/LocalTime/TimeZone/Internal/MapBuiltTime.hs +11/−0
- timezone-series.cabal +1/−1
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2010-2015 Yitzchak Gale. All rights reserved.+Copyright (c) 2010-2016 Yitzchak Gale. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are
+ time_post_1_6/Data/Time/LocalTime/TimeZone/Internal/MapBuiltTime.hs view
@@ -0,0 +1,11 @@+-- | Specify the mapping function for 'buildTime'.++module Data.Time.LocalTime.TimeZone.Internal.MapBuiltTime+(+ mapBuiltTime+)+where++-- | Map over 'Maybe' for 'buildTime' for post-1.6 time library.+mapBuiltTime :: Functor f => (a -> b) -> f a -> f b+mapBuiltTime = fmap
timezone-series.cabal view
@@ -1,5 +1,5 @@ Name: timezone-series-Version: 0.1.6+Version: 0.1.6.1 Synopsis: Enhanced timezone handling for Data.Time Description: This package endows Data.Time, from the time package, with several data types and functions