Skip to content

Commit

Permalink
Update GHC to 9.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Jun 25, 2024
1 parent a23e195 commit 6b57e0c
Show file tree
Hide file tree
Showing 5 changed files with 452 additions and 2,491 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["9.6.2"] # Same version as in Nix shell
ghc: ["9.6.5"] # Same version as in Nix shell (see nix/project.nix)
cabal: ["3.10.3.0"]
sys:
- { os: windows-latest, shell: 'C:/msys64/usr/bin/bash.exe -e {0}' }
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- Custom repository for cardano haskell packages
-- See https://github.com/input-output-hk/cardano-haskell-packages on how to use CHaP in a Haskell project.
repository cardano-haskell-packages
url: https://input-output-hk.github.io/cardano-haskell-packages
url: https://chap.intersectmbo.org/
secure: True
root-keys:
3e0cce471cf09815f930210f7827266fd09045445d65923e6d0238a6cd15126f
Expand Down
Loading

0 comments on commit 6b57e0c

Please sign in to comment.