diff options
author | Ian Lynagh <igloo@earth.li> | 2009-12-15 22:35:55 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-12-15 22:35:55 +0000 |
commit | 9dbad72c1c3fb3b89507e9d10ef43e3afecd1cb8 (patch) | |
tree | 015972861d59b97d42e6d6931a24239ed7416922 /libraries/template-haskell/template-haskell.cabal | |
parent | f8fe4fd93d19caf0b19466559f01728e7dd5305f (diff) | |
download | haskell-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.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 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 |