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.
1 parent bf39bdf commit 34bcb5dCopy full SHA for 34bcb5d
.github/workflows/cabal.yml
@@ -20,8 +20,8 @@ jobs:
20
strategy:
21
matrix:
22
plan:
23
- - { ghc: "8.2.2", cabal: "2.0.1" }
24
- - { ghc: "8.4.4", cabal: "2.2.0.1" }
+ - { ghc: "8.2.2", cabal: "2.4.0.1" }
+ - { ghc: "8.4.4", cabal: "2.4.0.1" }
25
- { ghc: "8.6.5", cabal: "2.4.0.1" }
26
- { ghc: "8.8.3", cabal: "3.0.1" }
27
- { ghc: "8.10.1", cabal: "3.2" }
quickjs-hs.cabal
@@ -72,6 +72,7 @@ library
72
-DCONFIG_VERSION="2020-07-05"
73
-DCONFIG_BIGNUM
74
75
+
76
test-suite quickjs-hs-test
77
type: exitcode-stdio-1.0
78
main-is: Spec.hs
0 commit comments