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.
75 Text.Blaze.DTC.Attributes
81 default-language: Haskell2010
90 -Wincomplete-uni-patterns
91 -Wincomplete-record-updates
97 cpp-options: -DPROFILING
98 ghc-options: -fprof-auto
101 , blaze-builder >= 0.4
103 , blaze-markup >= 0.8
106 , data-default-class >= 0.1
107 , data-default-instances-containers >= 0.0
112 , localization >= 1.0.1
113 , symantic-cli >= 0.0.0
115 -- , mono-traversable >= 1.0
117 -- , svg-builder >= 0.1
119 -- , text-format >= 0.3
120 , transformers >= 0.5
123 , unordered-containers >= 0.2.8
126 hs-source-dirs: exe/cli
130 default-language: Haskell2010
139 MultiParamTypeClasses
153 -Wincomplete-uni-patterns
154 -Wincomplete-record-updates
160 cpp-options: -DPROFILING
161 ghc-options: -fprof-auto -rtsopts
164 , ansi-terminal >= 0.4
167 , blaze-markup >= 0.8
170 , data-default-class >= 0.1
176 , localization >= 1.0.1
178 , monad-classes >= 0.3.2.2
179 -- , reflection >= 2.1.3
182 , symantic-document >= 0.1
183 , symantic-cli >= 0.0
187 , transformers >= 0.4
189 , unordered-containers >= 0.2.8
190 -- , mono-traversable
192 -- , safe-exceptions >= 0.1
195 --Test-Suite hdoc-test
196 -- type: exitcode-stdio-1.0
197 -- hs-source-dirs: test
203 -- default-language: Haskell2010
204 -- default-extensions:
212 -- -Wincomplete-uni-patterns
213 -- -Wincomplete-record-updates
215 -- -fhide-source-paths
218 -- , base >= 4.10 && < 5
219 -- , blaze-html >= 0.9
220 -- , blaze-markup >= 0.8
221 -- , bytestring >= 0.10
222 -- , containers >= 0.5
225 -- , localization >= 1.0.1
226 -- , megaparsec >= 6.3
228 -- , tasty-golden >= 2.3
230 -- , transformers >= 0.4
232 -- -- , QuickCheck >= 2.0
234 -- -- , tasty-quickcheck