[commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: version 1.2.0.3 is more appropriate than 1.2.1. (aeb4c0e)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:50:42 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/aeb4c0ea777413874e3c84b7159f45f9a6d012b2

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

commit aeb4c0ea777413874e3c84b7159f45f9a6d012b2
Author: Ashley Yakeley <ashley at semantic.org>
Date:   Mon Jun 21 20:58:47 2010 -0700

    version 1.2.0.3 is more appropriate than 1.2.1.
    
    Ignore-this: 9f96c2b5545fc859d43ae3bb1284860a
    
    darcs-hash:20100622035847-ac6dd-e660685ec54477b1d73da5e537b1fe36c632a584


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

aeb4c0ea777413874e3c84b7159f45f9a6d012b2
 configure.ac | 2 +-
 time.cabal   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9b071fd..b04e8cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Haskell time package], [1.2.1], [ashley at semantic.org], [time])
+AC_INIT([Haskell time package], [1.2.0.3], [ashley at semantic.org], [time])
 
 # Safety check: Ensure that we are in the correct source directory.
 AC_CONFIG_SRCDIR([include/HsTime.h])
diff --git a/time.cabal b/time.cabal
index fff80ca..3f88c02 100644
--- a/time.cabal
+++ b/time.cabal
@@ -1,5 +1,5 @@
 name:           time
-version:        1.2.1
+version:        1.2.0.3
 stability:      stable
 license:        BSD3
 license-file:   LICENSE



More information about the ghc-commits mailing list