[commit: template-haskell] master: Bump base lower version to 4.5 (the version GHC 7.4.1 came with) (6078f13)

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


Repository : ssh://darcs.haskell.org//srv/darcs/packages/template-haskell

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/6078f1337baa5a092c1a365eaa884561a72f03aa

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

commit 6078f1337baa5a092c1a365eaa884561a72f03aa
Author: Ian Lynagh <ian at well-typed.com>
Date:   Fri Nov 30 22:30:05 2012 +0000

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

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

 template-haskell.cabal |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/template-haskell.cabal b/template-haskell.cabal
index a72a5fb..03ee91f 100644
--- a/template-haskell.cabal
+++ b/template-haskell.cabal
@@ -11,7 +11,7 @@ build-type: Simple
 Cabal-Version: >= 1.6
 
 Library
-    build-depends: base >= 4.2 && < 5,
+    build-depends: base >= 4.5 && < 5,
                    pretty, containers
     exposed-modules:
         Language.Haskell.TH.Syntax





More information about the Cvs-libraries mailing list