diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -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
diff --git a/time_post_1_6/Data/Time/LocalTime/TimeZone/Internal/MapBuiltTime.hs b/time_post_1_6/Data/Time/LocalTime/TimeZone/Internal/MapBuiltTime.hs
new file mode 100644
--- /dev/null
+++ b/time_post_1_6/Data/Time/LocalTime/TimeZone/Internal/MapBuiltTime.hs
@@ -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
diff --git a/timezone-series.cabal b/timezone-series.cabal
--- a/timezone-series.cabal
+++ b/timezone-series.cabal
@@ -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
