Skip to content

Commit 61faae5

Browse files
committed
Release 0.10
1 parent 6201bf1 commit 61faae5

File tree

9 files changed

+15
-21
lines changed

9 files changed

+15
-21
lines changed

ema-examples/ema-examples.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: ema-examples
3-
version: 0.9.0.0
3+
version: 0.10.0.0
44
license: AGPL-3.0-only
55
copyright: 2022 Sridhar Ratnakumar
66
maintainer: [email protected]

ema-extra/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Revision history for ema-extra
22

3-
## Unreleased
3+
## 0.10.0.0 (2022-11-20)
44

55
- Split from `ema` package

ema-extra/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# ema-extra
2+
3+
Useful route types for [Ema](https://ema.srid.ca/)

ema-extra/ema-extra.cabal

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
cabal-version: 2.4
22
name: ema-extra
3-
version: 0.9.0.0
3+
version: 0.10.0.0
44
license: AGPL-3.0-only
55
copyright: 2022 Sridhar Ratnakumar
66
maintainer: [email protected]
77
author: Sridhar Ratnakumar
88
category: Web
9-
synopsis: Static site generator library with hot reload
9+
synopsis: Useful route types for Ema
1010
bug-reports: https://github.com/srid/ema/issues
1111
homepage: https://ema.srid.ca/
12-
description:
13-
Ema is a next-gen Haskell library for building jamstack-style static sites.
14-
Ema sites are change-aware; in addition to good ol’ static site generation,
15-
it provides a live server supporting fast hot-reload in the browser on code
16-
or data change.
17-
12+
description: Useful route types for Ema
1813
extra-source-files:
1914
CHANGELOG.md
2015
LICENSE

ema-generics/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Revision history for ema-generics
22

3-
## Unreleased
3+
## 0.10.0.0 (2022-11-20)
44

55
- Split from `ema` package

ema-generics/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# ema-generics
2+
3+
Generic deriving for Ema routes: https://ema.srid.ca/guide/route/generic

ema-generics/ema-generics.cabal

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
cabal-version: 2.4
22
name: ema-generics
3-
version: 0.9.0.0
3+
version: 0.10.0.0
44
license: AGPL-3.0-only
55
copyright: 2022 Sridhar Ratnakumar
66
maintainer: [email protected]
77
author: Sridhar Ratnakumar
88
category: Web
9-
synopsis: Static site generator library with hot reload
9+
synopsis: Generic deriving for Ema routes
1010
bug-reports: https://github.com/srid/ema/issues
1111
homepage: https://ema.srid.ca/
12-
description:
13-
Ema is a next-gen Haskell library for building jamstack-style static sites.
14-
Ema sites are change-aware; in addition to good ol’ static site generation,
15-
it provides a live server supporting fast hot-reload in the browser on code
16-
or data change.
17-
12+
description: Generic deriving for Ema routes
1813
extra-source-files:
1914
CHANGELOG.md
2015
LICENSE

ema/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for ema
22

3-
## Unreleased
3+
## 0.10.0.0 (2022-11-20)
44

55
- Split Ema into multiple packages:
66
- `ema-extra`: New API

ema/ema.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: ema
3-
version: 0.9.0.0
3+
version: 0.10.0.0
44
license: AGPL-3.0-only
55
copyright: 2021 Sridhar Ratnakumar
66
maintainer: [email protected]

0 commit comments

Comments
 (0)