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
103 , localization >= 1.0.1
105 -- , mono-traversable >= 1.0
108 -- , text-format >= 0.3
109 , transformers >= 0.5
114 hs-source-dirs: exe/cli
117 default-language: Haskell2010
126 MultiParamTypeClasses
140 -Wincomplete-uni-patterns
141 -Wincomplete-record-updates
147 cpp-options: -DPROFILING
148 ghc-options: -fprof-auto -rtsopts
151 , ansi-terminal >= 0.4
154 , blaze-markup >= 0.8
157 , data-default-class >= 0.1
161 , localization >= 1.0.1
163 , optparse-applicative >= 0.14
168 , transformers >= 0.4
172 -- , mono-traversable
174 -- , safe-exceptions >= 0.1
178 type: exitcode-stdio-1.0
185 default-language: Haskell2010
194 -Wincomplete-uni-patterns
195 -Wincomplete-record-updates
200 , base >= 4.10 && < 5
202 , blaze-markup >= 0.8
207 , localization >= 1.0.1
210 , tasty-golden >= 2.3
212 , transformers >= 0.4
214 -- , QuickCheck >= 2.0
216 -- , tasty-quickcheck