Skip to content

Commit

Permalink
Merge pull request #4795 from IntersectMBO/lehins/update-deps
Browse files Browse the repository at this point in the history
Update haskellNix and CHaP and upgrade ghc-9.8.2 to 9.8.4
  • Loading branch information
teodanciu authored Dec 12, 2024
2 parents 3f5b046 + 2bab043 commit a6015b6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
build:
strategy:
matrix:
ghc: ["8.10.7", "9.2.8", "9.6.6", "9.8.2", "9.10.1"]
ghc: ["8.10.7", "9.2.8", "9.6.6", "9.8.4", "9.10.1"]
os: [ubuntu-latest]
fail-fast: false

Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
- set-algebra
- small-steps
- vector-map
ghc: ["8.10.7", "9.2.8", "9.6.6", "9.8.2", "9.10.1"]
ghc: ["8.10.7", "9.2.8", "9.6.6", "9.8.4", "9.10.1"]
os: [ubuntu-latest]
fail-fast: false

Expand Down
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ source-repository-package
index-state:
-- Bump this if you need newer packages from Hackage
-- Bump this if you need newer packages from CHaP
, hackage.haskell.org 2024-11-20T00:00:00Z
, cardano-haskell-packages 2024-11-27T20:49:28Z
, hackage.haskell.org 2024-12-10T00:00:00Z
, cardano-haskell-packages 2024-12-11T15:05:22Z

packages:
-- == Byron era ==
Expand Down
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
cabalProject.flake (
lib.optionalAttrs (system == "x86_64-linux") {
# on linux, build/test other supported compilers
variants = lib.genAttrs ["ghc8107" "ghc982"] (compiler-nix-name: {
variants = lib.genAttrs ["ghc8107" "ghc984"] (compiler-nix-name: {
inherit compiler-nix-name;
});
}
Expand Down

0 comments on commit a6015b6

Please sign in to comment.