diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 2e4e74d..c9c5f2d 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -40,6 +40,9 @@ jobs: restore-keys: | ${{ runner.os }}-stack- + - if: ${{ runner.os == 'macOS' }} + run: curl -sSL https://get.haskellstack.org/ | sh + - if: ${{ matrix.asset != 'none' }} shell: bash run: | diff --git a/binaries.yaml b/binaries.yaml index 83d74b9..97f7f73 100644 --- a/binaries.yaml +++ b/binaries.yaml @@ -16,6 +16,11 @@ oses: zip: '"C:\Program Files\7-Zip\7z.exe" a -tzip' ghcs: + ghc-9.6.5: + version: 2.7.0 + resolver: lts-22.21 + extra-deps: >- + ansi-wl-pprint-0.6.9, optparse-applicative-0.17.1.0 ghc-9.6.4: version: 2.7.0 resolver: lts-22.9