summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/template-haskell.cabal
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-05-18 16:25:41 +0000
committerIan Lynagh <igloo@earth.li>2007-05-18 16:25:41 +0000
commitd5ec800752c39ffbe630623e2cb84b1170537ea2 (patch)
tree6436f403b50819b076cc4363102b08afb43f30bb /libraries/template-haskell/template-haskell.cabal
parentdcc81088fd2652aef56041de165ef286c657f0fe (diff)
downloadhaskell-d5ec800752c39ffbe630623e2cb84b1170537ea2.tar.gz
We now depend on pretty
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 baa4a4705e..ad4dd01c12 100644
--- a/libraries/template-haskell/template-haskell.cabal
+++ b/libraries/template-haskell/template-haskell.cabal
@@ -5,7 +5,7 @@ license-file: LICENSE
maintainer: libraries@haskell.org
description:
XXX write or steal me
-build-depends: base
+build-depends: base, pretty
exposed-modules:
Language.Haskell.TH.Syntax,
Language.Haskell.TH.PprLib,