-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
15 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# ema-extra | ||
|
||
Useful route types for [Ema](https://ema.srid.ca/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|