File tree Expand file tree Collapse file tree 3 files changed +24
-13
lines changed Expand file tree Collapse file tree 3 files changed +24
-13
lines changed Original file line number Diff line number Diff line change 20
20
strategy :
21
21
matrix :
22
22
plan :
23
- - { ghc: "8.2.2", cabal: "2.4.0.1" }
23
+ # - { ghc: "8.2.2", cabal: "2.4.0.1" }
24
24
- { ghc: "8.4.4", cabal: "2.4.0.1" }
25
25
- { ghc: "8.6.5", cabal: "2.4.0.1" }
26
26
- { ghc: "8.8.3", cabal: "3.0.1" }
Original file line number Diff line number Diff line change 1
1
# Changelog for quickjs-hs
2
2
3
+ ### 0.1.2.1
4
+
5
+ * This one should compile
6
+
7
+ ### 0.1.2
8
+
9
+ * removed ` DerivingVia ` for better backwards compatibility
10
+
3
11
### 0.1.1
4
12
5
13
* relaxed bounds on packages
Original file line number Diff line number Diff line change 1
1
cabal-version : 1.12
2
2
name : quickjs-hs
3
- version : 0.1.2
3
+ version : 0.1.2.1
4
4
homepage : https://github.com/goodlyrottenapple/quickjs-hs#readme
5
5
bug-reports : https://github.com/goodlyrottenapple/quickjs-hs/issues
6
6
author : Sam Balco
@@ -19,6 +19,19 @@ description:
19
19
.
20
20
To get started, see the ReadMe below.
21
21
22
+
23
+ extra-source-files :
24
+ quickjs/cutils.h
25
+ , quickjs/libbf.h
26
+ , quickjs/libunicode-table.h
27
+ , quickjs/libunicode.h
28
+ , quickjs/libregexp-opcode.h
29
+ , quickjs/libregexp.h
30
+ , quickjs/list.h
31
+ , quickjs/quickjs-atom.h
32
+ , quickjs/quickjs-opcode.h
33
+
34
+
22
35
source-repository head
23
36
type : git
24
37
location : https://github.com/goodlyrottenapple/quickjs-hs
@@ -57,22 +70,12 @@ library
57
70
, quickjs/quickjs.c
58
71
, quickjs/quickjs-libc.h
59
72
, quickjs/quickjs-libc.c
60
- includes :
61
- quickjs/cutils.h
62
- , quickjs/libbf.h
63
- , quickjs/libunicode-table.h
64
- , quickjs/libunicode.h
65
- , quickjs/libregexp-opcode.h
66
- , quickjs/libregexp.h
67
- , quickjs/list.h
68
- , quickjs/quickjs-atom.h
69
- , quickjs/quickjs-opcode.h
73
+
70
74
cc-options :
71
75
-static -D_GNU_SOURCE
72
76
-DCONFIG_VERSION="2020-07-05"
73
77
-DCONFIG_BIGNUM
74
78
75
-
76
79
test-suite quickjs-hs-test
77
80
type : exitcode-stdio-1.0
78
81
main-is : Spec.hs
You can’t perform that action at this time.
0 commit comments