Skip to content

Commit b596c0b

Browse files
authored
Merge pull request #103 from IntersectMBO/erikd/updates
cabal.project: Update index-states and inspector SRP
2 parents a741501 + 45f192f commit b596c0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ghc: [ "8.10.7", "9.2.7", "9.6.6", "9.8.2", "9.10.1" ]
16+
ghc: [ "9.6", "9.8", "9.10", "9.12" ]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818

1919
steps:
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set cache version
5252
run: echo "CACHE_VERSION=9w76Z3Q" >> $GITHUB_ENV
5353

54-
- uses: actions/cache@v2
54+
- uses: actions/cache@v4
5555
name: Cache cabal store
5656
with:
5757
path: ${{ steps.setup-haskell.outputs.cabal-store }}

cabal.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
index-state:
22
-- Bump both the following dates if you need newer packages from Hackage
3-
, hackage.haskell.org 2025-01-16T03:16:46Z
3+
, hackage.haskell.org 2025-06-09T20:31:03Z
44

55
packages: .
66

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

2424
if impl (ghc >= 9.10)
2525
allow-newer:

0 commit comments

Comments
 (0)