1 author: Julien Moutinho <julm+hdoc@autogeree.net>
7 - Texte Convivial Technique (TCT)
8 - Document Technique Convivial (DTC)
14 maintainer: Julien Moutinho <julm+hdoc@autogeree.net>
16 stability: experimental
17 synopsis: Library and tools for technical and convivial documents
18 tested-with: GHC==8.0.2
19 version: 1.0.0.20170828
21 Source-Repository head
22 location: git://git.autogeree.net/hdoc
27 Description: Turn on debugging settings.
32 Description: Turn on profiling settings.
39 -- Data.TreeSeq.Strict.Zipper
40 -- Language.DTC.Document
41 -- Language.DTC.Anchor
42 -- Language.DTC.Read.TCT
44 -- Language.DTC.Write.HTML5
45 -- Language.DTC.Write.Plain
46 -- Language.DTC.Write.XML
54 Language.TCT.Read.Cell
55 Language.TCT.Read.Elem
56 Language.TCT.Read.Token
57 Language.TCT.Read.Tree
60 Language.TCT.Write.HTML5
61 Language.TCT.Write.Plain
62 -- Language.TCT.Write.XML
65 Text.Blaze.DTC.Attributes
69 default-language: Haskell2010
78 -Wincomplete-uni-patterns
79 -Wincomplete-record-updates
81 -- -fhide-source-paths
85 cpp-options: -DPROFILING
86 ghc-options: -fprof-auto
94 , data-default-class >= 0.1.2.0
95 , data-default-instances-containers
107 type: exitcode-stdio-1.0
108 default-language: Haskell2010
117 -Wincomplete-uni-patterns
118 -Wincomplete-record-updates
120 -- -fhide-source-paths
129 , containers >= 0.5 && < 0.6
132 -- , QuickCheck >= 2.0
135 -- , tasty-quickcheck
137 , transformers >= 0.4 && < 0.6
140 default-language: Haskell2010
149 MultiParamTypeClasses
163 -Wincomplete-uni-patterns
164 -Wincomplete-record-updates
166 -- -fhide-source-paths
170 cpp-options: -DPROFILING
171 ghc-options: -fprof-auto -rtsopts
173 hs-source-dirs: exe/cli
178 , ansi-terminal >= 0.4 && < 0.7
182 , containers >= 0.5 && < 0.6
187 , optparse-applicative
190 -- , mono-traversable
198 , transformers >= 0.4 && < 0.6
199 -- NOTE: needed for Control.Monad.Trans.Except