[commit: packages/time] ghc,master: version 1.8.0.2 (e7e07a6)
git at git.haskell.org
git at git.haskell.org
Wed Jul 19 22:05:51 UTC 2017
Repository : ssh://git@git.haskell.org/time
On branches: ghc,master
Link : http://git.haskell.org/packages/time.git/commitdiff/e7e07a6c12b1e0dea221cc6f4ed10ce4848044fe
>---------------------------------------------------------------
commit e7e07a6c12b1e0dea221cc6f4ed10ce4848044fe
Author: Ashley Yakeley <ashley at yakeley.org>
Date: Sat May 13 13:00:07 2017 -0700
version 1.8.0.2
>---------------------------------------------------------------
e7e07a6c12b1e0dea221cc6f4ed10ce4848044fe
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 9852afe..310be6a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
# Change Log
+## [1.8.0.2]
+- Fix behaviour of %Q in format
+
## [1.8.0.1]
- Get building on 32 bit machine
diff --git a/configure.ac b/configure.ac
index 8baf740..f415bfc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Haskell time package], [1.8.0.1], [ashley at semantic.org], [time])
+AC_INIT([Haskell time package], [1.8.0.2], [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 e93c857..d1934fc 100644
--- a/time.cabal
+++ b/time.cabal
@@ -1,5 +1,5 @@
name: time
-version: 1.8.0.1
+version: 1.8.0.2
stability: stable
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list