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
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: [ "8.10.7", "9.2.7", "9.6.6", "9.8.2", "9.10.1" ]
ghc: [ "9.6", "9.8", "9.10", "9.12" ]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set cache version
run: echo "CACHE_VERSION=9w76Z3Q" >> $GITHUB_ENV

- uses: actions/cache@v2
- uses: actions/cache@v4
name: Cache cabal store
with:
path: ${{ steps.setup-haskell.outputs.cabal-store }}
Expand Down
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
index-state:
-- Bump both the following dates if you need newer packages from Hackage
, hackage.haskell.org 2025-01-16T03:16:46Z
, hackage.haskell.org 2025-06-09T20:31:03Z

packages: .

Expand All @@ -19,7 +19,7 @@ source-repository-package
type: git
-- Forked from https://github.com/primetype/inspector
location: https://github.com/input-output-hk/inspector
tag: e13c4fde2f8c1cb908328e6a6e82db6cf16dd037
tag: c36bdeb52341d149c8e5fda8d42e1eb85f57f0e9

if impl (ghc >= 9.10)
allow-newer:
Expand Down
Loading