From d6a0fdfc88ee9f81ebb374545dd9d174aa33b66b Mon Sep 17 00:00:00 2001 From: cydparser Date: Thu, 4 Jul 2024 00:25:41 -0700 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 6 +++--- snap-server.cabal | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f624ce3..65df360 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,20 +26,20 @@ jobs: matrix: os: [ubuntu-latest] ghc: - - "8.8" - "8.10" - "9.0" - "9.2" - "9.4" - "9.6" - "9.8" + - "9.10" # TODO: HsOpenSSL fails to build on Windows and macOS without openssl. # include: # - { os: macOS-latest, ghc: "9.8" } # - { os: windows-latest, ghc: "9.8" } steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up GHC ${{ matrix.ghc-version }} uses: haskell-actions/setup@v2 @@ -94,7 +94,7 @@ jobs: ghc: "9.8" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: haskell-actions/setup@v2 name: Setup Haskell Stack diff --git a/snap-server.cabal b/snap-server.cabal index 6d0d8a5..f8f7fbe 100644 --- a/snap-server.cabal +++ b/snap-server.cabal @@ -33,13 +33,13 @@ extra-source-files: testserver/static/hello.txt tested-with: - GHC == 8.8.4 GHC == 8.10.7 GHC == 9.0.2 GHC == 9.2.8 - GHC == 9.4.7 - GHC == 9.6.3 - GHC == 9.8.1 + GHC == 9.4.8 + GHC == 9.6.6 + GHC == 9.8.2 + GHC == 9.10.1 Flag portable Description: Compile in cross-platform mode. No platform-specific code or