diff options
author | davve <davve@dtek.chalmers.se> | 2006-09-15 18:03:00 +0000 |
---|---|---|
committer | davve <davve@dtek.chalmers.se> | 2006-09-15 18:03:00 +0000 |
commit | 68478d9e11b545fc6b5f6771a35f9088837ed1ce (patch) | |
tree | ef02ee299532f67943403122771fe7814bb5b6e4 /haddock.cabal | |
parent | 3758a714ef495f32d9cf625c77ed2bd6277bb441 (diff) |
Remove interface reading/writing code and use the GHC api for creating package environments instead
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal index 9e7d55fa..e6eb88cc 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -9,7 +9,7 @@ maintainer: Simon Marlow <simonmar@microsoft.com> 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, network>=1.0 +build-depends: base>=1.0, haskell98>=1.0, mtl>=1.0, ghc, network>=1.0, Cabal data-files: html/haddock-DEBUG.css html/haddock.css |