aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-05-30 14:00:48 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-05-30 14:00:48 +0000
commitb30f5ecfdae9dea8048c19051732b71f7633f9c9 (patch)
tree1ef8607d8616290b9d2bb774e1df37df6ebebe36 /haddock.cabal
parent3fe640b29fccb30943612ec1b99b8cd1dbc0fa9f (diff)
update to compile with the latest GHC & Cabal
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal
index b4992593..d6409832 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -8,8 +8,7 @@ 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, haskell98, mtl, ghc>=6.7, Cabal, filepath,
- network>=1.0, process, directory, pretty
+build-depends: base>=1.0, haskell98>=1.0, mtl>=1.0, ghc>=6.7, Cabal, filepath, network>=1.0
extensions: CPP, PatternGuards
ghc-options: -fglasgow-exts
hs-source-dirs: src