We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 446f7df + a870dec commit debd456Copy full SHA for debd456
quickjs-hs.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 1.12
2
name: quickjs-hs
3
-version: 0.1.2.3
+version: 0.1.2.4
4
homepage: https://github.com/goodlyrottenapple/quickjs-hs#readme
5
bug-reports: https://github.com/goodlyrottenapple/quickjs-hs/issues
6
author: Sam Balco
@@ -71,7 +71,7 @@ library
71
72
cc-options:
73
-static -D_GNU_SOURCE
74
- -DCONFIG_VERSION="2020-09-06"
+ -DCONFIG_VERSION="2020-11-08"
75
-DCONFIG_BIGNUM
76
77
test-suite quickjs-hs-test
@@ -87,7 +87,7 @@ test-suite quickjs-hs-test
87
, aeson
88
, exceptions
89
, HUnit >=1.6.0.0 && <1.7
90
- , QuickCheck >=2.9 && <2.14
+ , QuickCheck >=2.9 && <2.15
91
, tasty >=1.0 && <1.3
92
, tasty-hunit >=0.10 && <0.11
93
, tasty-quickcheck >=0.9 && <0.11
0 commit comments