Skip to content

Commit debd456

Browse files
Sam BalcoSam Balco
authored andcommitted
Merge branch 'poscat0x04-loosen-quickcheck'
2 parents 446f7df + a870dec commit debd456

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.3
3+
version: 0.1.2.4
44
homepage: https://github.com/goodlyrottenapple/quickjs-hs#readme
55
bug-reports: https://github.com/goodlyrottenapple/quickjs-hs/issues
66
author: Sam Balco
@@ -71,7 +71,7 @@ library
7171

7272
cc-options:
7373
-static -D_GNU_SOURCE
74-
-DCONFIG_VERSION="2020-09-06"
74+
-DCONFIG_VERSION="2020-11-08"
7575
-DCONFIG_BIGNUM
7676

7777
test-suite quickjs-hs-test
@@ -87,7 +87,7 @@ test-suite quickjs-hs-test
8787
, aeson
8888
, exceptions
8989
, HUnit >=1.6.0.0 && <1.7
90-
, QuickCheck >=2.9 && <2.14
90+
, QuickCheck >=2.9 && <2.15
9191
, tasty >=1.0 && <1.3
9292
, tasty-hunit >=0.10 && <0.11
9393
, tasty-quickcheck >=0.9 && <0.11

0 commit comments

Comments
 (0)