summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/template-haskell.cabal
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-01-16 22:18:32 +0000
committerIan Lynagh <igloo@earth.li>2010-01-16 22:18:32 +0000
commit87af62354b522ce4f304f99041f159a414eaa93e (patch)
treee33a00b282c4313d4ec6f6842fb4698c4f815193 /libraries/template-haskell/template-haskell.cabal
parent9dbad72c1c3fb3b89507e9d10ef43e3afecd1cb8 (diff)
downloadhaskell-87af62354b522ce4f304f99041f159a414eaa93e.tar.gz
Tighten the base dep; fixes trac #3809
Diffstat (limited to 'libraries/template-haskell/template-haskell.cabal')
-rw-r--r--libraries/template-haskell/template-haskell.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal
index 3218dcb78d..21761e2074 100644
--- a/libraries/template-haskell/template-haskell.cabal
+++ b/libraries/template-haskell/template-haskell.cabal
@@ -10,7 +10,7 @@ build-type: Simple
Cabal-Version: >= 1.6
Library
- build-depends: base >= 4 && < 5,
+ build-depends: base >= 4.2 && < 5,
pretty, containers
exposed-modules:
Language.Haskell.TH.Syntax.Internals