3 synopsis: A documentation-generation tool for Haskell libraries
4 description: Haddock is a documentation-generation tool for Haskell
8 author: Simon Marlow, David Waern
9 maintainer: Alex Biehl <alexbiehl@gmail.com>, Simon Hengel <sol@typeful.net>, Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
10 homepage: http://www.haskell.org/haddock/
11 bug-reports: https://github.com/haskell/haddock/issues
12 copyright: (c) Simon Marlow, David Waern
13 category: Documentation
15 cabal-version: >= 1.10
26 html/Classic.theme/haskell_icon.gif
27 html/Classic.theme/minus.gif
28 html/Classic.theme/plus.gif
29 html/Classic.theme/xhaddock.css
30 html/Ocean.std-theme/hslogo-16.png
31 html/Ocean.std-theme/minus.gif
32 html/Ocean.std-theme/ocean.css
33 html/Ocean.std-theme/plus.gif
34 html/Ocean.std-theme/synopsis.png
38 default-language: Haskell2010
40 -- this package typically supports only single major versions
41 build-depends: base ^>= 4.10.0
44 , ghc-paths ^>= 0.1.0.9
45 , haddock-library == 1.4.4.*
48 -- Versions for the dependencies below are transitively pinned by
49 -- the non-reinstallable `ghc` package and hence need no version
62 ghc-options: -funbox-strict-fields -Wall -fwarn-tabs -O2
65 ghc-options: -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
73 Haddock.Interface.Rename
74 Haddock.Interface.Create
75 Haddock.Interface.AttachInstances
76 Haddock.Interface.LexParseRn
77 Haddock.Interface.ParseModuleHeader
78 Haddock.Interface.Specialize
81 Haddock.Backends.Xhtml
82 Haddock.Backends.Xhtml.Decl
83 Haddock.Backends.Xhtml.DocMarkup
84 Haddock.Backends.Xhtml.Layout
85 Haddock.Backends.Xhtml.Names
86 Haddock.Backends.Xhtml.Themes
87 Haddock.Backends.Xhtml.Types
88 Haddock.Backends.Xhtml.Utils
89 Haddock.Backends.LaTeX
90 Haddock.Backends.HaddockDB
91 Haddock.Backends.Hoogle
92 Haddock.Backends.Hyperlinker
93 Haddock.Backends.Hyperlinker.Ast
94 Haddock.Backends.Hyperlinker.Parser
95 Haddock.Backends.Hyperlinker.Renderer
96 Haddock.Backends.Hyperlinker.Types
97 Haddock.Backends.Hyperlinker.Utils
102 Haddock.InterfaceFile
113 type: exitcode-stdio-1.0
114 default-language: Haskell2010
122 -- NB: We only use a small subset of lib:haddock-api here, which
123 -- explains why this component has a smaller build-depends set
125 Haddock.Backends.Hyperlinker.ParserSpec
126 Haddock.Backends.Hyperlinker.Parser
127 Haddock.Backends.Hyperlinker.Types
132 , QuickCheck ^>= 2.10
134 -- Versions for the dependencies below are transitively pinned by
135 -- the non-reinstallable `ghc` package and hence need no version
142 hspec-discover:hspec-discover ^>= 2.4.4
144 source-repository head
147 location: https://github.com/haskell/haddock.git