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
28 Source-Repository head
29 location: git://git.autogeree.net/hdoc
34 Description: Turn on debugging settings.
39 Description: Turn on profiling settings.
48 Language.DTC.Write.HTML5
49 Language.DTC.Write.Plain
50 Language.DTC.Write.XML
58 Language.TCT.Read.Cell
59 Language.TCT.Read.Elem
60 Language.TCT.Read.Token
61 Language.TCT.Read.Tree
64 Language.TCT.Write.HTML5
65 Language.TCT.Write.Plain
66 Language.TCT.Write.XML
70 Text.Blaze.DTC.Attributes
74 default-language: Haskell2010
83 -Wincomplete-uni-patterns
84 -Wincomplete-record-updates
90 cpp-options: -DPROFILING
91 ghc-options: -fprof-auto
94 , blaze-builder >= 0.4
99 , data-default-class >= 0.1
100 , data-default-instances-containers >= 0.0
102 , localization >= 1.0
104 , mono-traversable >= 1.0
108 , transformers >= 0.5
113 hs-source-dirs: exe/cli
116 default-language: Haskell2010
125 MultiParamTypeClasses
139 -Wincomplete-uni-patterns
140 -Wincomplete-record-updates
146 cpp-options: -DPROFILING
147 ghc-options: -fprof-auto -rtsopts
150 , ansi-terminal >= 0.4
153 , blaze-markup >= 0.8
156 , data-default-class >= 0.1
159 , localization >= 1.0
161 , optparse-applicative >= 0.14
166 , transformers >= 0.4
170 -- , mono-traversable
172 -- , safe-exceptions >= 0.1
176 type: exitcode-stdio-1.0
183 default-language: Haskell2010
192 -Wincomplete-uni-patterns
193 -Wincomplete-record-updates
198 , base >= 4.10 && < 5
200 , blaze-markup >= 0.8
205 , localization >= 1.0
208 , tasty-golden >= 2.3
210 , transformers >= 0.4
212 -- , QuickCheck >= 2.0
214 -- , tasty-quickcheck