From 1b2efffd9797dd7b70a946f01e2c9fc28049029f Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Thu, 23 Jul 2020 12:38:00 +0100 Subject: [PATCH] Add static binaries for ghc-8.8.4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f05374956..f619581c52 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ['8.10.1', '8.8.3', '8.8.2', '8.6.5', '8.6.4'] + ghc: ['8.10.1', '8.8.4', '8.8.3', '8.8.2', '8.6.5', '8.6.4'] os: [ubuntu-latest, macOS-latest, windows-latest] exclude: - os: windows-latest @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v2 with: submodules: true - - uses: actions/setup-haskell@v1.1.1 + - uses: bubba/setup-haskell@d8110230d with: ghc-version: ${{ matrix.ghc }} cabal-version: '3.2'