aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
author <davve@dtek.chalmers.se>2007-04-24 00:22:14 +0000
committer <davve@dtek.chalmers.se>2007-04-24 00:22:14 +0000
commit2b07607c4562034359f52b42055f8d2af4721ca4 (patch)
tree67061def23fd81d8ae09aec9ffcc02e4c5140113 /haddock.cabal
parent87777da468f9bdc8c01b40c5e097f0c5cac3356e (diff)
Use filepath package instead of FilePath
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index d13db5cf..d6409832 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -8,7 +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>=1.0, haskell98>=1.0, mtl>=1.0, ghc>=6.7, Cabal, FilePath>=0.11, network>=1.0
+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