summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/template-haskell.cabal
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-08-11 21:59:23 +0000
committerIan Lynagh <igloo@earth.li>2009-08-11 21:59:23 +0000
commit6401664096462b4d385f0d0d3a0c788c918a8bb6 (patch)
tree8c11aede7364dac6ce3e2fd738aba356edf9c460 /libraries/template-haskell/template-haskell.cabal
parent10b47342cc789392e77301ee91bed6f1c199bff6 (diff)
downloadhaskell-6401664096462b4d385f0d0d3a0c788c918a8bb6.tar.gz
Fix "Cabal check" warnings
Diffstat (limited to 'libraries/template-haskell/template-haskell.cabal')
-rw-r--r--libraries/template-haskell/template-haskell.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal
index 2a3cf191c2..122c629e0c 100644
--- a/libraries/template-haskell/template-haskell.cabal
+++ b/libraries/template-haskell/template-haskell.cabal
@@ -10,7 +10,8 @@ build-type: Simple
Cabal-Version: >= 1.6
Library
- build-depends: base, pretty, containers
+ build-depends: base >= 3 && < 5,
+ pretty, containers
exposed-modules:
Language.Haskell.TH.Syntax.Internals
Language.Haskell.TH.Syntax