Skip to content

Commit

Permalink
cabal.project: Update index-states
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Jan 19, 2025
1 parent c4a14bc commit a6d88a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
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.1" ]
ghc: [ "8.10.7", "9.2.7", "9.6.6", "9.8.2", "9.10.1" ]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Install dos2unix (MacOS)
if: matrix.os == 'macos-latest'
run: brew install dos2unix llvm@13
run: brew install dos2unix llvm

- name: Select build directory
run: echo "CABAL_BUILDDIR=dist" >> $GITHUB_ENV
Expand Down
9 changes: 7 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ repository cardano-haskell-packages

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


packages: .

package cardano-crypto
flags: +golden-tests +golden-tests-exe

tests: true
test-show-details: direct

package inspector
Expand All @@ -34,3 +35,7 @@ source-repository-package
-- Forked from https://github.com/primetype/inspector
location: https://github.com/input-output-hk/inspector
tag: e13c4fde2f8c1cb908328e6a6e82db6cf16dd037

if impl (ghc >= 9.10)
allow-newer:
, gauge:base

0 comments on commit a6d88a9

Please sign in to comment.