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.
73 Text.Blaze.DTC.Attributes
79 default-language: Haskell2010
88 -Wincomplete-uni-patterns
89 -Wincomplete-record-updates
95 cpp-options: -DPROFILING
96 ghc-options: -fprof-auto
99 , blaze-builder >= 0.4
101 , blaze-markup >= 0.8
104 , data-default-class >= 0.1
105 , data-default-instances-containers >= 0.0
108 , localization >= 1.0.1
109 , symantic-cli >= 0.0.0
111 -- , mono-traversable >= 1.0
114 -- , text-format >= 0.3
115 , transformers >= 0.5
120 hs-source-dirs: exe/cli
124 default-language: Haskell2010
133 MultiParamTypeClasses
147 -Wincomplete-uni-patterns
148 -Wincomplete-record-updates
154 cpp-options: -DPROFILING
155 ghc-options: -fprof-auto -rtsopts
158 , ansi-terminal >= 0.4
161 , blaze-markup >= 0.8
164 , data-default-class >= 0.1
169 , localization >= 1.0.1
171 -- , optparse-applicative >= 0.14
172 -- , reflection >= 2.1.3
174 , symantic-document >= 0.1
175 , symantic-cli >= 0.0
179 , transformers >= 0.4
182 -- , mono-traversable
184 -- , safe-exceptions >= 0.1
188 type: exitcode-stdio-1.0
195 default-language: Haskell2010
204 -Wincomplete-uni-patterns
205 -Wincomplete-record-updates
210 , base >= 4.10 && < 5
212 , blaze-markup >= 0.8
217 , localization >= 1.0.1
220 , tasty-golden >= 2.3
222 , transformers >= 0.4
224 -- , QuickCheck >= 2.0
226 -- , tasty-quickcheck