[commit: template-haskell] master: Bump base lower version to 4.5 (the version GHC 7.4.1 came with) (6078f13)
Ian Lynagh <[email protected]> Fri, 30 Nov 2012 16:13:13 -0800
| Newsgroups | gmane.comp.lang.haskell.cvs.libraries |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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