3 maintainer: mailto:~julm/webc@todo.code.sourcephile.fr
4 bug-reports: https://todo.code.sourcephile.fr/~julm/webc
5 homepage: https://git.code.sourcephile.fr/~julm/webc
6 author: Julien Moutinho <julm+webc@sourcephile.fr>
7 copyright: Julien Moutinho <julm+webc@sourcephile.fr>
8 license: AGPL-3.0-or-later
9 license-file: LICENSES/AGPL-3.0-or-later.txt
11 -- PVP: +-+------- breaking API changes
12 -- | | +----- non-breaking API additions
13 -- | | | +--- code changes with no API change
14 version: 0.0.2.20220216
15 stability: experimental
17 synopsis: Haskell-website compiler
19 An early draft for a static website generator
20 using a domain-specific language (DSL)
21 embedded into the Haskell language.
25 * <https://hackage.haskell.org/package/ema ema>
28 tested-with: GHC ==8.10.7
29 extra-doc-files: ChangeLog.md
38 source-repository head
40 location: https://git.code.sourcephile.fr/~julm/webc
51 default-language: Haskell2010
75 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
87 type: exitcode-stdio-1.0
97 autogen-modules: Paths_webc
98 default-language: Haskell2010
107 MultiParamTypeClasses
117 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
118 -fhide-source-paths -fprint-explicit-kinds
121 -- -fmax-simplifier-iterations=0
127 , symantic-base >=0.3