aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorDavid Waern <davve@dtek.chalmers.se>2007-09-29 00:04:58 +0000
committerDavid Waern <davve@dtek.chalmers.se>2007-09-29 00:04:58 +0000
commitdcecd1418d3e7411c4a244b0c49fe8a9e7f98419 (patch)
tree20562bebf237f3249b7a42b860e6d995d8d59529 /haddock.cabal
parent95eaa4eeb9c121bc0c54d2931c184318d690d490 (diff)
Add containers and array dependency
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal14
1 files changed, 8 insertions, 6 deletions
diff --git a/haddock.cabal b/haddock.cabal
index a703f792..0fed0c34 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -9,16 +9,18 @@ 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,
+build-depends: base,
+ haskell98,
+ mtl,
+ ghc>=6.8,
Cabal,
filepath,
- network>=1.0,
+ network,
process,
directory,
- pretty
+ pretty,
+ containers,
+ array
extensions: CPP, PatternGuards
ghc-options: -fglasgow-exts
hs-source-dirs: src