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

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


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

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

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

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

    Bump `base` constraint


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

6a0f699014a61c23e84036a6fcce97ecc8562342
 changelog.md     | 4 ++++
 old-locale.cabal | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/changelog.md b/changelog.md
index 65ba802..955fa7b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # Changelog for [`old-locale` package](http://hackage.haskell.org/package/old-locale)
 
+## 1.0.0.7  *TBA*
+
+  * Bundled with GHC 7.10.1
+
 ## 1.0.0.6  *Mar 2014*
 
   * Bundled with GHC 7.8.1
diff --git a/old-locale.cabal b/old-locale.cabal
index e535fe1..cbc1ced 100644
--- a/old-locale.cabal
+++ b/old-locale.cabal
@@ -1,6 +1,6 @@
 name:         old-locale
-version:      1.0.0.6
--- GHC 7.6.1 released with 1.0.0.5
+version:      1.0.0.7
+-- NOTE: Don't forget to update ./changelog.md
 license:      BSD3
 license-file: LICENSE
 maintainer:   libraries at haskell.org
@@ -35,5 +35,5 @@ Library
     exposed-modules:
         System.Locale
 
-    build-depends: base >= 4.2 && < 4.8
+    build-depends: base >= 4.2 && < 4.9
     ghc-options: -Wall



More information about the ghc-commits mailing list