diff options
author | Ian Lynagh <igloo@earth.li> | 2007-05-18 16:25:41 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-05-18 16:25:41 +0000 |
commit | d5ec800752c39ffbe630623e2cb84b1170537ea2 (patch) | |
tree | 6436f403b50819b076cc4363102b08afb43f30bb | |
parent | dcc81088fd2652aef56041de165ef286c657f0fe (diff) | |
download | haskell-d5ec800752c39ffbe630623e2cb84b1170537ea2.tar.gz |
We now depend on pretty
-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 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, |