3 maintainer: mailto:webc@sourcephile.fr
4 bug-reports: https://mails.sourcephile.fr/inbox/webc
5 homepage: https://git.sourcephile.fr/webc.git
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: git://git.sourcephile.fr/webc.git
43 default-language: Haskell2010
66 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
67 -fhide-source-paths -fprint-explicit-kinds
70 -- -fmax-simplifier-iterations=0
93 , wai-middleware-static
99 import: boilerplate, library-deps
107 test-suite webc-tests
108 import: boilerplate, library-deps
109 type: exitcode-stdio-1.0
110 hs-source-dirs: tests
120 autogen-modules: Paths_webc
126 , symantic-base >=0.5