Skip to content

Commit a6d88a9

Browse files
committed
cabal.project: Update index-states
1 parent c4a14bc commit a6d88a9

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-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.1" ]
16+
ghc: [ "8.10.7", "9.2.7", "9.6.6", "9.8.2", "9.10.1" ]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818

1919
steps:
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Install dos2unix (MacOS)
2929
if: matrix.os == 'macos-latest'
30-
run: brew install dos2unix llvm@13
30+
run: brew install dos2unix llvm
3131

3232
- name: Select build directory
3333
run: echo "CABAL_BUILDDIR=dist" >> $GITHUB_ENV

cabal.project

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ repository cardano-haskell-packages
1212

1313
index-state:
1414
-- Bump both the following dates if you need newer packages from Hackage
15-
, hackage.haskell.org 2024-10-10T00:52:24Z
15+
, hackage.haskell.org 2025-01-16T03:16:46Z
1616
-- Bump this if you need newer packages from CHaP
17-
, cardano-haskell-packages 2024-10-10T04:22:19Z
17+
, cardano-haskell-packages 2025-01-15T09:59:24Z
1818

1919

2020
packages: .
2121

2222
package cardano-crypto
2323
flags: +golden-tests +golden-tests-exe
2424

25+
tests: true
2526
test-show-details: direct
2627

2728
package inspector
@@ -34,3 +35,7 @@ source-repository-package
3435
-- Forked from https://github.com/primetype/inspector
3536
location: https://github.com/input-output-hk/inspector
3637
tag: e13c4fde2f8c1cb908328e6a6e82db6cf16dd037
38+
39+
if impl (ghc >= 9.10)
40+
allow-newer:
41+
, gauge:base

0 commit comments

Comments
 (0)