diff options
author | davve <davve@dtek.chalmers.se> | 2006-07-10 19:09:23 +0000 |
---|---|---|
committer | davve <davve@dtek.chalmers.se> | 2006-07-10 19:09:23 +0000 |
commit | 912edf6502ca514eb60e7210addb0f55a43a1c3d (patch) | |
tree | fc3c6f1101ed8cfa2f9410bf076b0b65887c1105 /haddock.cabal | |
parent | b79272f54d67bfecc2cfeed0d1b8171c790f63c6 (diff) |
Initial modifications -- doesn't compile
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/haddock.cabal b/haddock.cabal index 344bb0e4..3beb5d7c 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, network>=1.0 +build-depends: base>=1.0, haskell98>=1.0, mtl>=1.0, network>=1.0, ghc data-files: html/haddock-DEBUG.css html/haddock.css @@ -58,19 +58,19 @@ hs-source-dirs: src main-is: Main.hs extensions: CPP other-modules: - Binary + Binary2 BlockTable - Digraph - FastMutInt + Digraph2 + FastMutInt2 HaddockDB HaddockDevHelp HaddockHH HaddockHH2 HaddockHoogle HaddockHtml - HaddockLex + HaddockLex2 HaddockModuleTree - HaddockParse + HaddockParse2 HaddockRename HaddockTypes HaddockUtil @@ -79,7 +79,7 @@ other-modules: HsParseMonad HsParseUtils HsParser - HsSyn + HsSyn2 Html Main Map |