2 name: symantic-document
3 maintainer: mailto:~julm/symantic-document@todo.code.sourcephile.fr
4 bug-reports: https://todo.code.sourcephile.fr/~julm/symantic-document
5 homepage: https://git.code.sourcephile.fr/~julm/symantic-document
6 author: Julien Moutinho <julm+symantic-document@sourcephile.fr>
7 copyright: Julien Moutinho <julm+symantic-document@sourcephile.fr>
8 license: AGPL-3.0-or-later
9 license-file: LICENSES/AGPL-3.0-or-later.txt
10 -- PVP: +-+------- breaking API changes
11 -- | | +----- non-breaking API additions
12 -- | | | +--- code changes with no API change
13 version: 1.5.3.20200320
14 stability: experimental
16 synopsis: Symantics combinators for generating documents.
18 Only generating plain text documents is supported for now,
19 those can however include ANSI escape sequences to use a 16 colors pallet.
21 Alternative: <ansi-wl-pprint https://hackage.haskell.org/package/ansi-wl-pprint>.
23 tested-with: GHC==8.10.4
35 source-repository head
37 location: https://git.code.sourcephile.fr/~julm/symantic-document
43 Symantic.Document.Class
44 Symantic.Document.Plain
45 default-language: Haskell2010
65 -Wincomplete-uni-patterns
66 -Wincomplete-record-updates
75 test-suite symantic-document-tests
76 type: exitcode-stdio-1.0
81 default-language: Haskell2010
89 NoMonomorphismRestriction
99 -Wincomplete-uni-patterns
100 -Wincomplete-record-updates
102 -fprint-explicit-kinds
104 -- -fmax-simplifier-iterations=0
108 symantic-base >= 0.3,