[commit: packages/old-time] master: Bump `base` constraint (6a13541)

git at git.haskell.org git at git.haskell.org
Tue Sep 9 15:18:35 UTC 2014


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

On branch  : master
Link       : http://git.haskell.org/packages/old-time.git/commitdiff/6a13541b3fff7ff59a17689efaed0818bf87a6e4

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

commit 6a13541b3fff7ff59a17689efaed0818bf87a6e4
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Tue Sep 9 17:16:10 2014 +0200

    Bump `base` constraint


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

6a13541b3fff7ff59a17689efaed0818bf87a6e4
 changelog.md   |  4 ++++
 old-time.cabal | 11 +++--------
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/changelog.md b/changelog.md
index 155acf7..e612213 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # Changelog for [`old-time` package](http://hackage.haskell.org/package/old-time)
 
+## 1.1.0.3  *TBA*
+
+  * Bundled with GHC 7.10.1
+
 ## 1.1.0.2  *Mar 2014*
 
   * Bundled with GHC 7.8.1
diff --git a/old-time.cabal b/old-time.cabal
index 1d99557..9c85da7 100644
--- a/old-time.cabal
+++ b/old-time.cabal
@@ -1,6 +1,6 @@
 name:           old-time
-version:        1.1.0.2
--- GHC 7.6.1 released with 1.1.0.1
+version:        1.1.0.3
+-- NOTE: Don't forget to update ./changelog.md
 license:        BSD3
 license-file:   LICENSE
 maintainer:     libraries at haskell.org
@@ -37,11 +37,6 @@ source-repository head
     type:     git
     location: http://git.haskell.org/packages/old-time.git
 
-source-repository this
-    type:     git
-    location: http://git.haskell.org/packages/old-time.git
-    tag:      old-time-1.1.0.2-release
-
 Library
     default-language: Haskell2010
     other-extensions: Trustworthy
@@ -58,7 +53,7 @@ Library
         HsTime.h
 
     build-depends:
-        base       == 4.7.*,
+        base       >= 4.7 && < 4.9,
         old-locale == 1.0.*
 
     ghc-options: -Wall



More information about the ghc-commits mailing list