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
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
160 , localization >= 1.0
162 , optparse-applicative >= 0.14
167 , transformers >= 0.4
171 -- , mono-traversable
173 -- , safe-exceptions >= 0.1
177 type: exitcode-stdio-1.0
184 default-language: Haskell2010
193 -Wincomplete-uni-patterns
194 -Wincomplete-record-updates
199 , base >= 4.10 && < 5
201 , blaze-markup >= 0.8
206 , localization >= 1.0
209 , tasty-golden >= 2.3
211 , transformers >= 0.4
213 -- , QuickCheck >= 2.0
215 -- , tasty-quickcheck