Skip to content

Commit

Permalink
Update to GHC 9.4.8 and 9.6.4 + bump Nixpkgs release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Mar 19, 2024
1 parent c554ff1 commit 9edbf7a
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 61 deletions.
167 changes: 119 additions & 48 deletions flake.lock

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

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
url = "github:hercules-ci/gitignore.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-23.05";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";

outputs = { self, flake-utils, gitignore, haskellNix, nixpkgs }@inputs:
# flake-utils.lib.eachDefaultSystem (system:
Expand Down Expand Up @@ -58,8 +58,8 @@
{ name = "ghc8107"; stackYaml = "stack/stack-8.10.7.yaml"; }
{ name = "ghc902"; stackYaml = "stack/stack-9.0.2.yaml"; }
{ name = "ghc928"; stackYaml = "stack/stack-9.2.8.yaml"; }
{ name = "ghc947"; stackYaml = "stack/stack-9.4.7.yaml"; }
{ name = "ghc963"; stackYaml = "stack/stack-9.6.3.yaml"; }
{ name = "ghc948"; stackYaml = "stack/stack-9.4.8.yaml"; }
{ name = "ghc964"; stackYaml = "stack/stack-9.6.4.yaml"; }
]
);

Expand Down
2 changes: 1 addition & 1 deletion stack/stack-9.4.7.yaml → stack/stack-9.4.8.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

resolver: lts-21.17
resolver: lts-21.25

packages:
- ../
Expand Down
8 changes: 4 additions & 4 deletions stack/stack-9.4.7.yaml.lock → stack/stack-9.4.8.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ packages:
subdir: ./ghc-parser
snapshots:
- completed:
sha256: 85d2382958c178491d3fe50d770a624621f5ab456beef7d31ac7521f780c9bc7
size: 640042
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/17.yaml
original: lts-21.17
sha256: a81fb3877c4f9031e1325eb3935122e608d80715dc16b586eb11ddbff8671ecd
size: 640086
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/25.yaml
original: lts-21.25
2 changes: 1 addition & 1 deletion stack/stack-9.6.3.yaml → stack/stack-9.6.4.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

resolver: nightly-2023-11-10
resolver: lts-22.13

packages:
- ../
Expand Down
8 changes: 4 additions & 4 deletions stack/stack-9.6.3.yaml.lock → stack/stack-9.6.4.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ packages:
subdir: ./ghc-parser
snapshots:
- completed:
sha256: 0580a03f247573451c0a676673e0c2b474e0d42f78d4a93c4cd10eb32f2cb911
size: 698107
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/11/10.yaml
original: nightly-2023-11-10
sha256: 6f0bea3ba5b07360f25bc886e8cff8d847767557a492a6f7f6dcb06e3cc79ee9
size: 712905
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/13.yaml
original: lts-22.13

0 comments on commit 9edbf7a

Please sign in to comment.