2 name: symantic-formatter
3 maintainer: mailto:~julm/symantic-formatter@todo.code.sourcephile.fr
4 bug-reports: https://todo.code.sourcephile.fr/~julm/symantic-formatter
5 homepage: https://git.code.sourcephile.fr/~julm/symantic-formatter
6 author: Julien Moutinho <julm+symantic-formatter@sourcephile.fr>
7 copyright: Julien Moutinho <julm+symantic-formatter@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: 2.0.0.20211020
14 stability: experimental
16 synopsis: Symantics combinators to output formatted data.
18 Only a plain text formatter is implemented 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-formatter
43 Symantic.Formatter.Class
44 Symantic.Formatter.Debug
45 Symantic.Formatter.Output
46 Symantic.Formatter.Plain
47 default-language: Haskell2010
67 -Wincomplete-uni-patterns
68 -Wincomplete-record-updates
77 test-suite symantic-formatter-tests
78 type: exitcode-stdio-1.0
84 Paths_symantic_formatter
86 Paths_symantic_formatter
87 default-language: Haskell2010
95 NoMonomorphismRestriction
105 -Wincomplete-uni-patterns
106 -Wincomplete-record-updates
108 -fprint-explicit-kinds
110 -- -fmax-simplifier-iterations=0
114 symantic-base >= 0.3,