diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-11-30 22:30:05 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-11-30 22:30:05 +0000 |
commit | ca327c203ad209135e34480949fb54f1cb30bc71 (patch) | |
tree | d2b5177a62a0b83d49c86c1ff52ce670c1917c78 /libraries/template-haskell/template-haskell.cabal | |
parent | 67bb9e62a6cb1c97db34fd5f00f379dba2d4a17f (diff) | |
download | haskell-ca327c203ad209135e34480949fb54f1cb30bc71.tar.gz |
Bump base lower version to 4.5 (the version GHC 7.4.1 came with)
Diffstat (limited to 'libraries/template-haskell/template-haskell.cabal')
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal index a72a5fbc9e..03ee91fbfe 100644 --- a/libraries/template-haskell/template-haskell.cabal +++ b/libraries/template-haskell/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 |