[commit: packages/time] master: Set version to 1.0 stable (0908d41)
git at git.haskell.org
git at git.haskell.org
Sun Dec 20 07:49:46 UTC 2015
Repository : ssh://git@git.haskell.org/time
On branch : master
Link : http://git.haskell.org/packages/time.git/commitdiff/0908d41b2b54d964238138e073a560f73a7b48ae
>---------------------------------------------------------------
commit 0908d41b2b54d964238138e073a560f73a7b48ae
Author: Ashley Yakeley <ashley at semantic.org>
Date: Sun Jun 11 15:03:22 2006 -0700
Set version to 1.0 stable
darcs-hash:20060611220322-ac6dd-ab053b27abeaf26b9342a0ae7c5151d61f1e95f5
>---------------------------------------------------------------
0908d41b2b54d964238138e073a560f73a7b48ae
Makefile | 2 +-
time.cabal | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 9ee3b33..9c27f39 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ ALL_DIRS = \
Data/Time/LocalTime
PACKAGE = time
-VERSION = 0.3.1
+VERSION = 1.0
PACKAGE_DEPS = base
SRC_HC_OPTS += -Wall -Werror -fffi -Iinclude
diff --git a/time.cabal b/time.cabal
index 89881a0..80096e6 100644
--- a/time.cabal
+++ b/time.cabal
@@ -1,6 +1,6 @@
Name: time
-Version: 0.3.1
-Stability: beta
+Version: 1.0
+Stability: stable
License: BSD3
License-File: LICENSE
Author: Ashley Yakeley
More information about the ghc-commits
mailing list