2 name: symantic-document
3 maintainer: mailto:~julm/symantic-document@todo.hut.sourcephile.fr
4 bug-reports: https://todo.hut.sourcephile.fr/~julm/symantic-document
5 homepage: https://git.hut.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
34 source-repository head
36 location: https://git.hut.sourcephile.fr/~julm/symantic-document
42 Symantic.Document.Class
43 Symantic.Document.Plain
44 default-language: Haskell2010
64 -Wincomplete-uni-patterns
65 -Wincomplete-record-updates
73 test-suite symantic-document-tests
74 type: exitcode-stdio-1.0
79 default-language: Haskell2010
87 NoMonomorphismRestriction
97 -Wincomplete-uni-patterns
98 -Wincomplete-record-updates
100 -fprint-explicit-kinds
102 -- -fmax-simplifier-iterations=0