Newer
Older
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
license: BSD3
license-file: LICENSE
author: Simon Marlow, David Waern
maintainer: Simon Hengel <sol@typeful.net>, Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
bug-reports: https://github.com/haskell/haddock/issues
copyright: (c) Simon Marlow, David Waern
category: Documentation
build-type: Simple
cabal-version: >= 1.10
stability: experimental
extra-source-files:
CHANGES
README
doc/Makefile
doc/README
doc/aclocal.m4
doc/config.mk.in
doc/configure.ac
doc/docbook-xml.mk
doc/fptools.css
doc/haddock.xml
html-test/src/*.hs
html-test/ref/*.html
latex-test/src/Simple/*.hs
latex-test/ref/Simple/*.tex
latex-test/ref/Simple/*.sty
flag in-ghc-tree
description: Are we in a GHC tree?
default: False
default-language: Haskell2010
main-is: Main.hs
hs-source-dirs: driver
ghc-options: -funbox-strict-fields -Wall -fwarn-tabs -O2
hs-source-dirs: haddock-api/src, haddock-library/vendor/attoparsec-0.12.1.1, haddock-library/src
build-depends:
filepath,
directory,
containers,
deepseq,
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
Documentation.Haddock.Parser
Documentation.Haddock.Types
Documentation.Haddock.Doc
Data.Attoparsec
Data.Attoparsec.ByteString
Data.Attoparsec.ByteString.Char8
Data.Attoparsec.ByteString.FastSet
Data.Attoparsec.ByteString.Internal
Documentation.Haddock.Utf8
Documentation.Haddock.Parser.Util
Documentation.Haddock
Haddock
Haddock.Interface
Haddock.Interface.Rename
Haddock.Interface.Create
Haddock.Interface.AttachInstances
Haddock.Interface.LexParseRn
Haddock.Interface.ParseModuleHeader
Haddock.Utils
Haddock.Backends.Xhtml
Haddock.Backends.Xhtml.Decl
Haddock.Backends.Xhtml.DocMarkup
Haddock.Backends.Xhtml.Layout
Haddock.Backends.Xhtml.Names
Haddock.Backends.Xhtml.Themes
Haddock.Backends.Xhtml.Types
Haddock.Backends.Xhtml.Utils
Haddock.Backends.LaTeX
Haddock.Backends.HaddockDB
Haddock.Backends.Hoogle
Haddock.ModuleTree
Haddock.Types
Haddock.Doc
Haddock.Version
Haddock.InterfaceFile
Haddock.Options
Haddock.GhcUtils
Haddock.Convert
build-depends: haddock-api == 2.15.1
type: exitcode-stdio-1.0
default-language: Haskell2010
build-depends: base, directory, process, filepath, Cabal
test-suite latex-test
type: exitcode-stdio-1.0
default-language: Haskell2010
main-is: run.lhs
hs-source-dirs: latex-test
build-depends: base, directory, process, filepath, Cabal