1 author: Julien Moutinho <julm+tct@autogeree.net>
6 A library to handle TCT (Tree Cell Text, aka. Texte Convivial Technique).
12 maintainer: Julien Moutinho <julm+tct@autogeree.net>
14 stability: experimental
15 synopsis: Library for TCT (Tree Cell Text, aka. Texte Convivial Technique)
16 tested-with: GHC==8.0.2
17 version: 1.0.0.20170828
19 Source-Repository head
20 location: git://git.autogeree.net/tct
25 Description: Turn on profiling settings.
33 Language.TCT.Read.Elem
34 Language.TCT.Read.Token
35 Language.TCT.Read.Tree
38 Language.TCT.Write.DTC
39 Language.TCT.Write.HTML5.Source
40 Language.TCT.Write.Text
42 Text.Blaze.DTC.Attributes
44 default-language: Haskell2010
51 -Wincomplete-uni-patterns
52 -Wincomplete-record-updates
55 cpp-options: -DPROFILING
56 ghc-options: -fprof-auto
71 type: exitcode-stdio-1.0
72 default-language: Haskell2010
77 -Wincomplete-uni-patterns
78 -Wincomplete-record-updates
88 , containers >= 0.5 && < 0.6
90 -- , QuickCheck >= 2.0
95 , transformers >= 0.4 && < 0.6
98 default-language: Haskell2010
107 MultiParamTypeClasses
122 -Wincomplete-uni-patterns
123 -Wincomplete-record-updates
126 cpp-options: -DPROFILING
127 ghc-options: -fprof-auto -rtsopts
129 hs-source-dirs: exe/print
134 , ansi-terminal >= 0.4 && < 0.7
138 , containers >= 0.5 && < 0.6
142 , optparse-applicative
145 -- , mono-traversable
149 -- , symantic-document
150 -- , symantic-grammar
155 , transformers >= 0.4 && < 0.6
156 -- NOTE: needed for Control.Monad.Trans.Except