[commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: bump version (05ae57a)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:54:33 UTC 2017


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

On branches: format-widths,ghc,improve-leapseconds,master,posix-perf,tasty,wip/travis
Link       : http://git.haskell.org/packages/time.git/commitdiff/05ae57ad38e1b8d56146b213050dc6b9886a1ee6

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

commit 05ae57ad38e1b8d56146b213050dc6b9886a1ee6
Author: Ashley Yakeley <ashley at yakeley.org>
Date:   Sat Dec 19 20:31:28 2015 -0800

    bump version


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

05ae57ad38e1b8d56146b213050dc6b9886a1ee6
 configure.ac | 2 +-
 time.cabal   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4be2aff..4367fd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Haskell time package], [1.4.0.2], [ashley at semantic.org], [time])
+AC_INIT([Haskell time package], [1.6], [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 31d1e93..4e766b2 100644
--- a/time.cabal
+++ b/time.cabal
@@ -1,5 +1,5 @@
 name:           time
-version:        1.5.1
+version:        1.6
 stability:      stable
 license:        BSD3
 license-file:   LICENSE
@@ -98,7 +98,7 @@ test-suite ShowDefaultTZAbbreviations
     ghc-options: -Wall -fwarn-tabs
     build-depends:
         base,
-        time == 1.5.1
+        time == 1.6
     main-is: ShowDefaultTZAbbreviations.hs
 
 test-suite tests
@@ -120,7 +120,7 @@ test-suite tests
     build-depends:
         base,
         deepseq,
-        time == 1.5.1,
+        time == 1.6,
         QuickCheck >= 2.5.1,
         test-framework >= 0.8,
         test-framework-quickcheck2 >= 0.3,



More information about the ghc-commits mailing list