[commit: packages/time] master,wip/travis: version 1.6.0.1 (1eb323b)
git at git.haskell.org
git at git.haskell.org
Sat May 7 06:51:06 UTC 2016
Repository : ssh://git@git.haskell.org/time
On branches: master,wip/travis
Link : http://git.haskell.org/packages/time.git/commitdiff/1eb323b8eaa46331da2b688ca15343b7815240a4
>---------------------------------------------------------------
commit 1eb323b8eaa46331da2b688ca15343b7815240a4
Author: Ashley Yakeley <ashley at yakeley.org>
Date: Fri Apr 22 17:48:56 2016 -0700
version 1.6.0.1
>---------------------------------------------------------------
1eb323b8eaa46331da2b688ca15343b7815240a4
changelog.md | 4 ++++
configure.ac | 2 +-
time.cabal | 6 +++---
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/changelog.md b/changelog.md
index ee9e84c..91b1285 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
# Change Log
+## [1.6.0.1]
+- Get building with earlier GHC versions
+- Set lower bound of base correctly
+
## [1.6]
### Added
diff --git a/configure.ac b/configure.ac
index 8a9ad02..cc86a88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Haskell time package], [1.6], [ashley at semantic.org], [time])
+AC_INIT([Haskell time package], [1.6.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 bf74606..8a7025b 100644
--- a/time.cabal
+++ b/time.cabal
@@ -1,5 +1,5 @@
name: time
-version: 1.6
+version: 1.6.0.1
stability: stable
license: BSD3
license-file: LICENSE
@@ -99,7 +99,7 @@ test-suite ShowDefaultTZAbbreviations
ghc-options: -Wall -fwarn-tabs
build-depends:
base,
- time == 1.6
+ time == 1.6.0.1
main-is: ShowDefaultTZAbbreviations.hs
test-suite tests
@@ -121,7 +121,7 @@ test-suite tests
build-depends:
base,
deepseq,
- time == 1.6,
+ time == 1.6.0.1,
QuickCheck >= 2.5.1,
test-framework >= 0.8,
test-framework-quickcheck2 >= 0.3,
More information about the ghc-commits
mailing list