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
85 Text.Blaze.DTC.Attributes
91 default-language: Haskell2010
100 -Wincomplete-uni-patterns
101 -Wincomplete-record-updates
107 cpp-options: -DPROFILING
108 ghc-options: -fprof-auto
111 , blaze-builder >= 0.4
113 , blaze-markup >= 0.8
116 , data-default-class >= 0.1
117 , data-default-instances-containers >= 0.0
122 , hxt-charproperties >= 9.2
123 , localization >= 1.0.1
124 , symantic-cli >= 0.0.0
125 , symantic-xml >= 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
198 , symantic-xml >= 0.0
202 , transformers >= 0.4
204 , unordered-containers >= 0.2.8
205 -- , mono-traversable
207 -- , safe-exceptions >= 0.1
210 --Test-Suite hdoc-test
211 -- type: exitcode-stdio-1.0
212 -- hs-source-dirs: test
218 -- default-language: Haskell2010
219 -- default-extensions:
227 -- -Wincomplete-uni-patterns
228 -- -Wincomplete-record-updates
230 -- -fhide-source-paths
233 -- , base >= 4.10 && < 5
234 -- , blaze-html >= 0.9
235 -- , blaze-markup >= 0.8
236 -- , bytestring >= 0.10
237 -- , containers >= 0.5
240 -- , localization >= 1.0.1
241 -- , megaparsec >= 6.3
243 -- , tasty-golden >= 2.3
245 -- , transformers >= 0.4
247 -- -- , QuickCheck >= 2.0
249 -- -- , tasty-quickcheck