Skip to content

Commit 4bd40d7

Browse files
updated readme and changelog for initial hackage release
1 parent d33b2a1 commit 4bd40d7

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog for quickjs-hs
2+
3+
### 0.1
4+
5+
* initial release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![Tests CI](https://github.com/goodlyrottenapple/quickjs-hs/workflows/Tests%20CI/badge.svg)
44

55

6-
This package provides a Haskell wrapper for the [QuickJS](https://bellard.org/quickjs/) library.
6+
This package provides a Haskell wrapper for the [QuickJS](https://bellard.org/quickjs/) Javascript Engine.
77

88
## Features
99

quickjs-hs.cabal

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
cabal-version: 1.12
22
name: quickjs-hs
33
version: 0.1
4-
description: Please see the README on GitHub at <https://github.com/goodlyrottenapple/quickjs-hs#readme>
54
homepage: https://github.com/goodlyrottenapple/quickjs-hs#readme
65
bug-reports: https://github.com/goodlyrottenapple/quickjs-hs/issues
76
author: Sam Balco
@@ -14,8 +13,11 @@ extra-source-files:
1413
README.md
1514
ChangeLog.md
1615
category: Javascript
17-
synopsis: Bindings for the QuickJS library
18-
-- description:
16+
synopsis: Bindings for the QuickJS Javascript Engine
17+
description:
18+
This library is a wrapper for the [QuickJS](https://bellard.org/quickjs/) Javascript Engine.
19+
.
20+
To get started, see the ReadMe below.
1921

2022
source-repository head
2123
type: git

0 commit comments

Comments
 (0)