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.
58 Hdoc.DTC.Write.HTML5.Ident
82 Text.Blaze.DTC.Attributes
88 default-language: Haskell2010
97 -Wincomplete-uni-patterns
98 -Wincomplete-record-updates
104 cpp-options: -DPROFILING
105 ghc-options: -fprof-auto
108 , blaze-builder >= 0.4
110 , blaze-markup >= 0.8
113 , data-default-class >= 0.1
114 , data-default-instances-containers >= 0.0
119 , localization >= 1.0.1
120 , symantic-cli >= 0.0.0
122 -- , mono-traversable >= 1.0
124 -- , svg-builder >= 0.1
126 -- , text-format >= 0.3
127 , transformers >= 0.5
130 , unordered-containers >= 0.2.8
133 hs-source-dirs: exe/cli
137 default-language: Haskell2010
146 MultiParamTypeClasses
160 -Wincomplete-uni-patterns
161 -Wincomplete-record-updates
167 cpp-options: -DPROFILING
168 ghc-options: -fprof-auto -rtsopts
171 , ansi-terminal >= 0.4
174 , blaze-markup >= 0.8
177 , data-default-class >= 0.1
183 , localization >= 1.0.1
185 , monad-classes >= 0.3.2.2
186 -- , reflection >= 2.1.3
189 , symantic-document >= 0.1
190 , symantic-cli >= 0.0
194 , transformers >= 0.4
196 , unordered-containers >= 0.2.8
197 -- , mono-traversable
199 -- , safe-exceptions >= 0.1
202 --Test-Suite hdoc-test
203 -- type: exitcode-stdio-1.0
204 -- hs-source-dirs: test
210 -- default-language: Haskell2010
211 -- default-extensions:
219 -- -Wincomplete-uni-patterns
220 -- -Wincomplete-record-updates
222 -- -fhide-source-paths
225 -- , base >= 4.10 && < 5
226 -- , blaze-html >= 0.9
227 -- , blaze-markup >= 0.8
228 -- , bytestring >= 0.10
229 -- , containers >= 0.5
232 -- , localization >= 1.0.1
233 -- , megaparsec >= 6.3
235 -- , tasty-golden >= 2.3
237 -- , transformers >= 0.4
239 -- -- , QuickCheck >= 2.0
241 -- -- , tasty-quickcheck