[commit: packages/time] format-widths,ghc,master,posix-perf,tasty: set version to 1.7; changelog (df8a5e4)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:55:14 UTC 2017


Repository : ssh://git@git.haskell.org/time

On branches: format-widths,ghc,master,posix-perf,tasty
Link       : http://git.haskell.org/packages/time.git/commitdiff/df8a5e4d6749ca743efa15b8547402f57ee72d8b

>---------------------------------------------------------------

commit df8a5e4d6749ca743efa15b8547402f57ee72d8b
Author: Ashley Yakeley <ashley at yakeley.org>
Date:   Sat Nov 19 00:30:21 2016 -0800

    set version to 1.7; changelog


>---------------------------------------------------------------

df8a5e4d6749ca743efa15b8547402f57ee72d8b
 changelog.md | 3 +++
 configure.ac | 2 +-
 time.cabal   | 6 +++---
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/changelog.md b/changelog.md
index 91b1285..e1e44a2 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
 # Change Log
 
+## [1.7]
+- Data.Time.Clock.TAI: change LeapSecondTable to LeapSecondMap with Maybe type; remove parseTAIUTCDATFile
+
 ## [1.6.0.1]
 - Get building with earlier GHC versions
 - Set lower bound of base correctly
diff --git a/configure.ac b/configure.ac
index cc86a88..4f254dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Haskell time package], [1.6.0.1], [ashley at semantic.org], [time])
+AC_INIT([Haskell time package], [1.7], [ashley at semantic.org], [time])
 
 # Safety check: Ensure that we are in the correct source directory.
 AC_CONFIG_SRCDIR([lib/include/HsTime.h])
diff --git a/time.cabal b/time.cabal
index 8b520b4..99ed765 100644
--- a/time.cabal
+++ b/time.cabal
@@ -1,5 +1,5 @@
 name:           time
-version:        1.6.0.1
+version:        1.7
 stability:      stable
 license:        BSD3
 license-file:   LICENSE
@@ -100,7 +100,7 @@ test-suite ShowDefaultTZAbbreviations
     ghc-options: -Wall -fwarn-tabs
     build-depends:
         base,
-        time == 1.6.0.1
+        time == 1.7
     main-is: ShowDefaultTZAbbreviations.hs
 
 test-suite tests
@@ -122,7 +122,7 @@ test-suite tests
     build-depends:
         base,
         deepseq,
-        time == 1.6.0.1,
+        time == 1.7,
         QuickCheck >= 2.5.1,
         test-framework >= 0.8,
         test-framework-quickcheck2 >= 0.3,



More information about the ghc-commits mailing list