1
1
mirror of https://github.com/srid/ema.git synced 2024-11-29 09:25:14 +03:00

Fix cabal file for sdist

This commit is contained in:
Sridhar Ratnakumar 2021-04-26 14:28:05 -04:00
parent e5d77e1e92
commit 8ec177db16
3 changed files with 9 additions and 7 deletions

View File

@ -2,6 +2,8 @@
<img width="10%" src="./docs/ema.svg">
[![Hackage](https://img.shields.io/hackage/v/ema.svg?logo=haskell)](https://hackage.haskell.org/package/ema)
Ema is a next-gen **Haskell** library for building [jamstack-style](https://jamstack.org/) static sites, with fast hot reload. See [ema.srid.ca](https://ema.srid.ca/) for further information.
The simplest Ema app looks like this:

View File

@ -2,5 +2,5 @@
TODO
- monad-logger
- monad-logger, MonadLogger m
- CLI log levels

View File

@ -14,7 +14,12 @@ description:
Ema sites are change-aware; in addition to good ol static site generation,
it provides a live server supporting fast hot-reload in the browser on code
or data change.
extra-source-files:
CHANGELOG.md
LICENSE
README.md
flag with-examples
description: Include examples and their dependencies
default: True
@ -23,11 +28,6 @@ flag with-helpers
description: Include helper modules based on blaze-html
default: True
extra-source-files:
CHANGELOG.md
LICENSE
README.md
library
-- Modules included in this executable, other than Main.
-- other-modules: