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 d07aa68 + 6909c99 commit 4f65ff0Copy full SHA for 4f65ff0
.github/workflows/build-and-test.yml
@@ -37,7 +37,6 @@ jobs:
37
~/.cabal/packages
38
key: ${{ runner.os }}-cabal-${{ matrix.ghc-version }}-${{ hashFiles('cabal.project', 'pattern-lisp.cabal') }}
39
restore-keys: |
40
- ${{ runner.os }}-cabal-${{ matrix.ghc-version }}-${{ hashFiles('cabal.project', 'pattern-lisp.cabal') }}-
41
${{ runner.os }}-cabal-${{ matrix.ghc-version }}-
42
43
- name: Cache dist-newstyle
@@ -51,9 +50,6 @@ jobs:
51
50
- name: Configure Cabal
52
run: |
53
cabal update
54
- # Force update of source-repository-packages to get latest gram-hs
55
- # This ensures we get the latest version with 'point' export
56
- cabal v2-update
57
58
- name: Build project
59
run: cabal build --ghc-options="-Wall" all
0 commit comments