File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
ghc-version : ${{ matrix.ghc }}
32
32
cabal-version : ${{ matrix.cabal }}
33
- - run : cabal update
34
- - run : cabal freeze $CONFIG
33
+ - run : cabal v2- update
34
+ - run : cabal v2- freeze $CONFIG
35
35
- uses : actions/cache@v2
36
36
with :
37
37
path : |
40
40
key : ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
41
41
restore-keys : |
42
42
${{ runner.os }}-${{ matrix.ghc }}-
43
- - run : cabal build $CONFIG
44
- - run : cabal test $CONFIG
43
+ - run : cabal v2- build $CONFIG
44
+ - run : cabal v2- test $CONFIG
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ library
65
65
-DCONFIG_VERSION="2020-07-05"
66
66
-DCONFIG_BIGNUM
67
67
68
+
68
69
test-suite quickjs-hs-test
69
70
type : exitcode-stdio-1.0
70
71
main-is : Spec.hs
You can’t perform that action at this time.
0 commit comments