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
129 -- , svg-builder >= 0.1
131 -- , text-format >= 0.3
132 , transformers >= 0.5
135 , unordered-containers >= 0.2.8
138 hs-source-dirs: exe/cli
142 default-language: Haskell2010
151 MultiParamTypeClasses
165 -Wincomplete-uni-patterns
166 -Wincomplete-record-updates
172 cpp-options: -DPROFILING
173 ghc-options: -fprof-auto -rtsopts
176 , ansi-terminal >= 0.4
179 , blaze-markup >= 0.8
182 , data-default-class >= 0.1
188 , localization >= 1.0.1
190 , monad-classes >= 0.3.2.2
191 -- , reflection >= 2.1.3
194 , symantic-document >= 0.1
195 , symantic-cli >= 0.0
199 , transformers >= 0.4
201 , unordered-containers >= 0.2.8
202 -- , mono-traversable
204 -- , safe-exceptions >= 0.1
207 --Test-Suite hdoc-test
208 -- type: exitcode-stdio-1.0
209 -- hs-source-dirs: test
215 -- default-language: Haskell2010
216 -- default-extensions:
224 -- -Wincomplete-uni-patterns
225 -- -Wincomplete-record-updates
227 -- -fhide-source-paths
230 -- , base >= 4.10 && < 5
231 -- , blaze-html >= 0.9
232 -- , blaze-markup >= 0.8
233 -- , bytestring >= 0.10
234 -- , containers >= 0.5
237 -- , localization >= 1.0.1
238 -- , megaparsec >= 6.3
240 -- , tasty-golden >= 2.3
242 -- , transformers >= 0.4
244 -- -- , QuickCheck >= 2.0
246 -- -- , tasty-quickcheck