Skip to content

Commit d53d83c

Browse files
bumped quickjs to release 2020-09-06 and sitched to using the official github mirror for quickjs source
1 parent 30766cb commit d53d83c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+11
-99387
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "quickjs"]
2+
path = quickjs
3+
url = https://github.com/bellard/quickjs

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for quickjs-hs
22

3+
### 0.1.2.2
4+
5+
* Bumped the quickjs library to release 2020-09-06
6+
37
### 0.1.2.1
48

59
* This one should compile

quickjs

Submodule quickjs added at 7c312df

quickjs-hs.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22
name: quickjs-hs
3-
version: 0.1.2.1
3+
version: 0.1.2.2
44
homepage: https://github.com/goodlyrottenapple/quickjs-hs#readme
55
bug-reports: https://github.com/goodlyrottenapple/quickjs-hs/issues
66
author: Sam Balco
@@ -44,7 +44,7 @@ library
4444
hs-source-dirs:
4545
src
4646
build-depends:
47-
base >=4.9 && <5
47+
base >=4.11 && <5
4848
, aeson >=1.1 && <1.6
4949
, bytestring >=0.10 && <0.11
5050
, containers >=0.5 && <0.7
@@ -73,7 +73,7 @@ library
7373

7474
cc-options:
7575
-static -D_GNU_SOURCE
76-
-DCONFIG_VERSION="2020-07-05"
76+
-DCONFIG_VERSION="2020-09-06"
7777
-DCONFIG_BIGNUM
7878

7979
test-suite quickjs-hs-test

quickjs/Changelog

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)