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
29 style/dtc-judgment.css
36 Source-Repository head
37 location: git://git.autogeree.net/hdoc
42 Description: Turn on debugging settings.
47 Description: Turn on profiling settings.
54 Hdoc.DTC.Check.Judgment
61 Hdoc.DTC.Write.HTML5.Ident
62 Hdoc.DTC.Write.HTML5.Base
63 Hdoc.DTC.Write.HTML5.Judgment
64 Hdoc.DTC.Write.HTML5.Error
88 Text.Blaze.DTC.Attributes
94 default-language: Haskell2010
103 -Wincomplete-uni-patterns
104 -Wincomplete-record-updates
110 cpp-options: -DPROFILING
111 ghc-options: -fprof-auto
114 , blaze-builder >= 0.4
116 , blaze-markup >= 0.8
119 , data-default-class >= 0.1
120 , data-default-instances-containers >= 0.0
125 , localization >= 1.0.1
126 , symantic-cli >= 0.0.0
128 -- , 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
195 , symantic-document >= 0.1
196 , symantic-cli >= 0.0
200 , transformers >= 0.4
202 , unordered-containers >= 0.2.8
203 -- , mono-traversable
205 -- , safe-exceptions >= 0.1
208 --Test-Suite hdoc-test
209 -- type: exitcode-stdio-1.0
210 -- hs-source-dirs: test
216 -- default-language: Haskell2010
217 -- default-extensions:
225 -- -Wincomplete-uni-patterns
226 -- -Wincomplete-record-updates
228 -- -fhide-source-paths
231 -- , base >= 4.10 && < 5
232 -- , blaze-html >= 0.9
233 -- , blaze-markup >= 0.8
234 -- , bytestring >= 0.10
235 -- , containers >= 0.5
238 -- , localization >= 1.0.1
239 -- , megaparsec >= 6.3
241 -- , tasty-golden >= 2.3
243 -- , transformers >= 0.4
245 -- -- , QuickCheck >= 2.0
247 -- -- , tasty-quickcheck