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.
74 Text.Blaze.DTC.Attributes
80 default-language: Haskell2010
89 -Wincomplete-uni-patterns
90 -Wincomplete-record-updates
96 cpp-options: -DPROFILING
97 ghc-options: -fprof-auto
100 , blaze-builder >= 0.4
102 , blaze-markup >= 0.8
105 , data-default-class >= 0.1
106 , data-default-instances-containers >= 0.0
111 , localization >= 1.0.1
112 , symantic-cli >= 0.0.0
114 -- , mono-traversable >= 1.0
116 -- , svg-builder >= 0.1
118 -- , text-format >= 0.3
119 , transformers >= 0.5
122 , unordered-containers >= 0.2.8
125 hs-source-dirs: exe/cli
129 default-language: Haskell2010
138 MultiParamTypeClasses
152 -Wincomplete-uni-patterns
153 -Wincomplete-record-updates
159 cpp-options: -DPROFILING
160 ghc-options: -fprof-auto -rtsopts
163 , ansi-terminal >= 0.4
166 , blaze-markup >= 0.8
169 , data-default-class >= 0.1
175 , localization >= 1.0.1
177 , monad-classes >= 0.3.2.2
178 -- , reflection >= 2.1.3
181 , symantic-document >= 0.1
182 , symantic-cli >= 0.0
186 , transformers >= 0.4
188 , unordered-containers >= 0.2.8
189 -- , mono-traversable
191 -- , safe-exceptions >= 0.1
194 --Test-Suite hdoc-test
195 -- type: exitcode-stdio-1.0
196 -- hs-source-dirs: test
202 -- default-language: Haskell2010
203 -- default-extensions:
211 -- -Wincomplete-uni-patterns
212 -- -Wincomplete-record-updates
214 -- -fhide-source-paths
217 -- , base >= 4.10 && < 5
218 -- , blaze-html >= 0.9
219 -- , blaze-markup >= 0.8
220 -- , bytestring >= 0.10
221 -- , containers >= 0.5
224 -- , localization >= 1.0.1
225 -- , megaparsec >= 6.3
227 -- , tasty-golden >= 2.3
229 -- , transformers >= 0.4
231 -- -- , QuickCheck >= 2.0
233 -- -- , tasty-quickcheck