2 -- PVP: +-+------- breaking API changes
3 -- | | +----- non-breaking API additions
4 -- | | | +--- code changes with no API change
5 version: 0.0.0.20180213
7 synopsis: Library and tools for technical and convivial documents
8 stability: experimental
9 description: Handle documents in:
11 * Texte Convivial Technique (TCT)
12 * Document Technique Convivial (DTC)
16 author: Julien Moutinho <julm+hdoc@autogeree.net>
17 maintainer: Julien Moutinho <julm+hdoc@autogeree.net>
18 bug-reports: Julien Moutinho <julm+hdoc@autogeree.net>
22 cabal-version: >= 1.18
23 tested-with: GHC==8.2.2
30 style/dtc-judgment.css
37 Source-Repository head
38 location: git://git.autogeree.net/hdoc
43 Description: Turn on debugging settings.
48 Description: Turn on profiling settings.
54 Hdoc.DTC.Analyze.Collect
55 Hdoc.DTC.Analyze.Index
56 Hdoc.DTC.Analyze.Check
60 Hdoc.DTC.Write.HTML5.Ident
61 Hdoc.DTC.Write.HTML5.Base
62 Hdoc.DTC.Write.HTML5.Judgment
63 Hdoc.DTC.Write.HTML5.Error
87 Text.Blaze.DTC.Attributes
93 default-language: Haskell2010
102 -Wincomplete-uni-patterns
103 -Wincomplete-record-updates
109 cpp-options: -DPROFILING
110 ghc-options: -fprof-auto
113 , blaze-builder >= 0.4
115 , blaze-markup >= 0.8
118 , data-default-class >= 0.1
119 , data-default-instances-containers >= 0.0
124 , localization >= 1.0.1
125 , symantic-cli >= 0.0.0
127 , mono-traversable >= 1.0
130 -- , svg-builder >= 0.1
132 -- , text-format >= 0.3
133 , transformers >= 0.5
136 , unordered-containers >= 0.2.8
139 hs-source-dirs: exe/cli
143 default-language: Haskell2010
152 MultiParamTypeClasses
166 -Wincomplete-uni-patterns
167 -Wincomplete-record-updates
173 cpp-options: -DPROFILING
174 ghc-options: -fprof-auto -rtsopts
177 , ansi-terminal >= 0.4
180 , blaze-markup >= 0.8
183 , data-default-class >= 0.1
189 , localization >= 1.0.1
191 , monad-classes >= 0.3.2.2
192 -- , reflection >= 2.1.3
196 , symantic-document >= 0.1
197 , symantic-cli >= 0.0
201 , transformers >= 0.4
203 , unordered-containers >= 0.2.8
204 -- , mono-traversable
206 -- , safe-exceptions >= 0.1
209 --Test-Suite hdoc-test
210 -- type: exitcode-stdio-1.0
211 -- hs-source-dirs: test
217 -- default-language: Haskell2010
218 -- default-extensions:
226 -- -Wincomplete-uni-patterns
227 -- -Wincomplete-record-updates
229 -- -fhide-source-paths
232 -- , base >= 4.10 && < 5
233 -- , blaze-html >= 0.9
234 -- , blaze-markup >= 0.8
235 -- , bytestring >= 0.10
236 -- , containers >= 0.5
239 -- , localization >= 1.0.1
240 -- , megaparsec >= 6.3
242 -- , tasty-golden >= 2.3
244 -- , transformers >= 0.4
246 -- -- , QuickCheck >= 2.0
248 -- -- , tasty-quickcheck