Skip to content

Commit 8ec177d

Browse files
committed
Fix cabal file for sdist
1 parent e5d77e1 commit 8ec177d

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<img width="10%" src="./docs/ema.svg">
44

5+
[![Hackage](https://img.shields.io/hackage/v/ema.svg?logo=haskell)](https://hackage.haskell.org/package/ema)
6+
57
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.
68

79
The simplest Ema app looks like this:

docs/concepts/logging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
TODO
44

5-
- monad-logger
5+
- monad-logger, MonadLogger m
66
- CLI log levels

ema.cabal

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ description:
1414
Ema sites are change-aware; in addition to good ol’ static site generation,
1515
it provides a live server supporting fast hot-reload in the browser on code
1616
or data change.
17-
17+
18+
extra-source-files:
19+
CHANGELOG.md
20+
LICENSE
21+
README.md
22+
1823
flag with-examples
1924
description: Include examples and their dependencies
2025
default: True
@@ -23,11 +28,6 @@ flag with-helpers
2328
description: Include helper modules based on blaze-html
2429
default: True
2530

26-
extra-source-files:
27-
CHANGELOG.md
28-
LICENSE
29-
README.md
30-
3131
library
3232
-- Modules included in this executable, other than Main.
3333
-- other-modules:

0 commit comments

Comments
 (0)