Skip to content

Commit

Permalink
Merge pull request #161 from TripShot/ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
cydparser authored Jul 4, 2024
2 parents 08a3dce + d6a0fdf commit a3a6e5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions snap-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3a6e5f

Please sign in to comment.