Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,17 @@ jobs:
- "9.4.8"
- "9.6.7"
- "9.8.4"
- "9.10.2"
- "9.12.2"
- "9.10"
- "9.12"
- "9.14"
include:
- ghc: "9.12.2"
- ghc: "9.14"
os: macos-latest
- ghc: "9.12.2"
- ghc: "9.14"
os: windows-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: haskell-actions/setup@v2
id: setup
Expand All @@ -49,7 +50,7 @@ jobs:
cabal-version: "latest"
cabal-update: true

- uses: actions/cache@v4
- uses: actions/cache@v5
name: Cache cabal stuff
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fix-whitespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Check for whitespace violations
uses: andreasabel/fix-whitespace-action@v1
3 changes: 2 additions & 1 deletion alex.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ category: Development
build-type: Simple

tested-with:
GHC == 9.14.1
GHC == 9.12.2
GHC == 9.10.2
GHC == 9.10.3
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
Expand Down
Loading