[commit: old-locale] master: Bump base lower version to 4.5 (the version GHC 7.4.1 came with) (df98c76)

Ian Lynagh igloo at earth.li
Sat Dec 1 01:12:39 CET 2012


Repository : ssh://darcs.haskell.org//srv/darcs/packages/old-locale

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/df98c76b078de507ba2f7f23d4473c0ea09d5686

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

commit df98c76b078de507ba2f7f23d4473c0ea09d5686
Author: Ian Lynagh <ian at well-typed.com>
Date:   Fri Nov 30 23:28:32 2012 +0000

    Bump base lower version to 4.5 (the version GHC 7.4.1 came with)

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

 old-locale.cabal |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/old-locale.cabal b/old-locale.cabal
index f50346b..0dcac9c 100644
--- a/old-locale.cabal
+++ b/old-locale.cabal
@@ -16,7 +16,7 @@ Cabal-Version: >= 1.6
 Library
     exposed-modules:
         System.Locale
-    build-depends: base >= 3 && < 5
+    build-depends: base >= 4.5 && < 5
 
 source-repository head
     type:     git





More information about the Cvs-libraries mailing list