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
126 , megaparsec >= 7.0.4
127 , mono-traversable >= 1.0
128 , parser-combinators >= 1.0
131 -- , svg-builder >= 0.1
133 -- , text-format >= 0.3
134 , transformers >= 0.5
137 , unordered-containers >= 0.2.8
140 hs-source-dirs: exe/cli
144 default-language: Haskell2010
153 MultiParamTypeClasses
167 -Wincomplete-uni-patterns
168 -Wincomplete-record-updates
174 cpp-options: -DPROFILING
175 ghc-options: -fprof-auto -rtsopts
178 , ansi-terminal >= 0.4
181 , blaze-markup >= 0.8
184 , data-default-class >= 0.1
190 , localization >= 1.0.1
192 , monad-classes >= 0.3.2.2
193 -- , reflection >= 2.1.3
197 , symantic-document >= 0.1
198 , symantic-cli >= 0.0
199 , symantic-xml >= 0.0
203 , transformers >= 0.4
205 , unordered-containers >= 0.2.8
206 -- , mono-traversable
208 -- , safe-exceptions >= 0.1
211 --Test-Suite hdoc-test
212 -- type: exitcode-stdio-1.0
213 -- hs-source-dirs: test
219 -- default-language: Haskell2010
220 -- default-extensions:
228 -- -Wincomplete-uni-patterns
229 -- -Wincomplete-record-updates
231 -- -fhide-source-paths
234 -- , base >= 4.10 && < 5
235 -- , blaze-html >= 0.9
236 -- , blaze-markup >= 0.8
237 -- , bytestring >= 0.10
238 -- , containers >= 0.5
241 -- , localization >= 1.0.1
242 -- , megaparsec >= 6.3
244 -- , tasty-golden >= 2.3
246 -- , transformers >= 0.4
248 -- -- , QuickCheck >= 2.0
250 -- -- , tasty-quickcheck