Skip to content

Commit

Permalink
Release 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Nov 20, 2022
1 parent 6201bf1 commit 61faae5
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 21 deletions.
2 changes: 1 addition & 1 deletion ema-examples/ema-examples.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: ema-examples
version: 0.9.0.0
version: 0.10.0.0
license: AGPL-3.0-only
copyright: 2022 Sridhar Ratnakumar
maintainer: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion ema-extra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Revision history for ema-extra

## Unreleased
## 0.10.0.0 (2022-11-20)

- Split from `ema` package
2 changes: 2 additions & 0 deletions ema-extra/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# ema-extra

Useful route types for [Ema](https://ema.srid.ca/)
11 changes: 3 additions & 8 deletions ema-extra/ema-extra.cabal
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
cabal-version: 2.4
name: ema-extra
version: 0.9.0.0
version: 0.10.0.0
license: AGPL-3.0-only
copyright: 2022 Sridhar Ratnakumar
maintainer: [email protected]
author: Sridhar Ratnakumar
category: Web
synopsis: Static site generator library with hot reload
synopsis: Useful route types for Ema
bug-reports: https://github.com/srid/ema/issues
homepage: https://ema.srid.ca/
description:
Ema is a next-gen Haskell library for building jamstack-style static sites.
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.

description: Useful route types for Ema
extra-source-files:
CHANGELOG.md
LICENSE
Expand Down
2 changes: 1 addition & 1 deletion ema-generics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Revision history for ema-generics

## Unreleased
## 0.10.0.0 (2022-11-20)

- Split from `ema` package
2 changes: 2 additions & 0 deletions ema-generics/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# ema-generics

Generic deriving for Ema routes: https://ema.srid.ca/guide/route/generic
11 changes: 3 additions & 8 deletions ema-generics/ema-generics.cabal
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
cabal-version: 2.4
name: ema-generics
version: 0.9.0.0
version: 0.10.0.0
license: AGPL-3.0-only
copyright: 2022 Sridhar Ratnakumar
maintainer: [email protected]
author: Sridhar Ratnakumar
category: Web
synopsis: Static site generator library with hot reload
synopsis: Generic deriving for Ema routes
bug-reports: https://github.com/srid/ema/issues
homepage: https://ema.srid.ca/
description:
Ema is a next-gen Haskell library for building jamstack-style static sites.
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.

description: Generic deriving for Ema routes
extra-source-files:
CHANGELOG.md
LICENSE
Expand Down
2 changes: 1 addition & 1 deletion ema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Revision history for ema

## Unreleased
## 0.10.0.0 (2022-11-20)

- Split Ema into multiple packages:
- `ema-extra`: New API
Expand Down
2 changes: 1 addition & 1 deletion ema/ema.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: ema
version: 0.9.0.0
version: 0.10.0.0
license: AGPL-3.0-only
copyright: 2021 Sridhar Ratnakumar
maintainer: [email protected]
Expand Down

0 comments on commit 61faae5

Please sign in to comment.