aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorDavid Waern <unknown>2007-07-10 21:03:04 +0000
committerDavid Waern <unknown>2007-07-10 21:03:04 +0000
commit4404d4f8fe162719aca689ae1c786d43501cfd78 (patch)
treeb88223d5e2f8a624be55dbe95244a0eea07efa3d /haddock.cabal
parent2b07607c4562034359f52b42055f8d2af4721ca4 (diff)
Add new package dependencies
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index d6409832..b4992593 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -8,7 +8,8 @@ maintainer: David Waern <davve@dtek.chalmers.se>
stability: stable
homepage: http://www.haskell.org/haddock/
synopsis: Haddock is a documentation-generation tool for Haskell libraries
-build-depends: base>=1.0, haskell98>=1.0, mtl>=1.0, ghc>=6.7, Cabal, filepath, network>=1.0
+build-depends: base, haskell98, mtl, ghc>=6.7, Cabal, filepath,
+ network>=1.0, process, directory, pretty
extensions: CPP, PatternGuards
ghc-options: -fglasgow-exts
hs-source-dirs: src