[commit: packages/time] format-widths, master, tasty: Set version to 1.7.0.1 (b6098be)

git at git.haskell.org git at git.haskell.org
Mon Feb 20 21:19:40 UTC 2017


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

On branches: format-widths,master,tasty
Link       : http://git.haskell.org/packages/time.git/commitdiff/b6098be8a4facfa854c633f2a3a82ab8e72962ef

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

commit b6098be8a4facfa854c633f2a3a82ab8e72962ef
Author: Ashley Yakeley <ashley at yakeley.org>
Date:   Sun Dec 18 17:08:29 2016 -0800

    Set version to 1.7.0.1


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

b6098be8a4facfa854c633f2a3a82ab8e72962ef
 changelog.md | 3 +++
 configure.ac | 2 +-
 time.cabal   | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/changelog.md b/changelog.md
index e1e44a2..ee3cd48 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
 # Change Log
 
+## [1.7.0.1]
+- Fix bounds issue in .cabal file
+
 ## [1.7]
 - Data.Time.Clock.TAI: change LeapSecondTable to LeapSecondMap with Maybe type; remove parseTAIUTCDATFile
 
diff --git a/configure.ac b/configure.ac
index 4f254dd..eacccf6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Haskell time package], [1.7], [ashley at semantic.org], [time])
+AC_INIT([Haskell time package], [1.7.0.1], [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 275fdb7..f85af97 100644
--- a/time.cabal
+++ b/time.cabal
@@ -1,5 +1,5 @@
 name:           time
-version:        1.7
+version:        1.7.0.1
 stability:      stable
 license:        BSD3
 license-file:   LICENSE



More information about the ghc-commits mailing list