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
31 Source-Repository head
32 location: git://git.autogeree.net/hdoc
37 Description: Turn on debugging settings.
42 Description: Turn on profiling settings.
53 Hdoc.DTC.Write.HTML5.Ident
77 Text.Blaze.DTC.Attributes
83 default-language: Haskell2010
92 -Wincomplete-uni-patterns
93 -Wincomplete-record-updates
99 cpp-options: -DPROFILING
100 ghc-options: -fprof-auto
103 , blaze-builder >= 0.4
105 , blaze-markup >= 0.8
108 , data-default-class >= 0.1
109 , data-default-instances-containers >= 0.0
114 , localization >= 1.0.1
115 , symantic-cli >= 0.0.0
117 -- , mono-traversable >= 1.0
119 -- , svg-builder >= 0.1
121 -- , text-format >= 0.3
122 , transformers >= 0.5
125 , unordered-containers >= 0.2.8
128 hs-source-dirs: exe/cli
132 default-language: Haskell2010
141 MultiParamTypeClasses
155 -Wincomplete-uni-patterns
156 -Wincomplete-record-updates
162 cpp-options: -DPROFILING
163 ghc-options: -fprof-auto -rtsopts
166 , ansi-terminal >= 0.4
169 , blaze-markup >= 0.8
172 , data-default-class >= 0.1
178 , localization >= 1.0.1
180 , monad-classes >= 0.3.2.2
181 -- , reflection >= 2.1.3
184 , symantic-document >= 0.1
185 , symantic-cli >= 0.0
189 , transformers >= 0.4
191 , unordered-containers >= 0.2.8
192 -- , mono-traversable
194 -- , safe-exceptions >= 0.1
197 --Test-Suite hdoc-test
198 -- type: exitcode-stdio-1.0
199 -- hs-source-dirs: test
205 -- default-language: Haskell2010
206 -- default-extensions:
214 -- -Wincomplete-uni-patterns
215 -- -Wincomplete-record-updates
217 -- -fhide-source-paths
220 -- , base >= 4.10 && < 5
221 -- , blaze-html >= 0.9
222 -- , blaze-markup >= 0.8
223 -- , bytestring >= 0.10
224 -- , containers >= 0.5
227 -- , localization >= 1.0.1
228 -- , megaparsec >= 6.3
230 -- , tasty-golden >= 2.3
232 -- , transformers >= 0.4
234 -- -- , QuickCheck >= 2.0
236 -- -- , tasty-quickcheck