Skip to content

Commit 34bcb5d

Browse files
cabal ci fixes
1 parent bf39bdf commit 34bcb5d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/cabal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
strategy:
2121
matrix:
2222
plan:
23-
- { ghc: "8.2.2", cabal: "2.0.1" }
24-
- { ghc: "8.4.4", cabal: "2.2.0.1" }
23+
- { ghc: "8.2.2", cabal: "2.4.0.1" }
24+
- { ghc: "8.4.4", cabal: "2.4.0.1" }
2525
- { ghc: "8.6.5", cabal: "2.4.0.1" }
2626
- { ghc: "8.8.3", cabal: "3.0.1" }
2727
- { ghc: "8.10.1", cabal: "3.2" }

quickjs-hs.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ library
7272
-DCONFIG_VERSION="2020-07-05"
7373
-DCONFIG_BIGNUM
7474

75+
7576
test-suite quickjs-hs-test
7677
type: exitcode-stdio-1.0
7778
main-is: Spec.hs

0 commit comments

Comments
 (0)