aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorDavid Waern <unknown>2007-07-11 21:35:45 +0000
committerDavid Waern <unknown>2007-07-11 21:35:45 +0000
commitd086d2a733fa0256f65038be8f2f6d10f5d1fcde (patch)
treeb18ca8dbfd371a02d37cea19072264f5720fb9b9 /haddock.cabal
parentb30f5ecfdae9dea8048c19051732b71f7633f9c9 (diff)
Fix conflicts
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal11
1 files changed, 10 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index d6409832..d16eeca4 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -8,7 +8,16 @@ 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>=1.0,
+ haskell98>=1.0,
+ mtl>=1.0,
+ ghc>=6.7,
+ Cabal,
+ filepath,
+ network>=1.0,
+ process,
+ directory,
+ pretty
extensions: CPP, PatternGuards
ghc-options: -fglasgow-exts
hs-source-dirs: src