summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/template-haskell.cabal
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-12-15 22:35:55 +0000
committerIan Lynagh <igloo@earth.li>2009-12-15 22:35:55 +0000
commit9dbad72c1c3fb3b89507e9d10ef43e3afecd1cb8 (patch)
tree015972861d59b97d42e6d6931a24239ed7416922 /libraries/template-haskell/template-haskell.cabal
parentf8fe4fd93d19caf0b19466559f01728e7dd5305f (diff)
downloadhaskell-9dbad72c1c3fb3b89507e9d10ef43e3afecd1cb8.tar.gz
bump base dep; apparently base4 is now required
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 122c629e0c..3218dcb78d 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 >= 3 && < 5,
+ build-depends: base >= 4 && < 5,
pretty, containers
exposed-modules:
Language.Haskell.TH.Syntax.Internals