From 2b07607c4562034359f52b42055f8d2af4721ca4 Mon Sep 17 00:00:00 2001 From: Date: Tue, 24 Apr 2007 00:22:14 +0000 Subject: Use filepath package instead of FilePath --- haddock.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 -- cgit v1.2.3