Skip to content

Commit 2149720

Browse files
authored
Update Hackage index state (#1432)
- bump the index state in `cabal.project` - update hackage.nix, use the legacy `for-stackage` branch, as we still support GHC 8.10. See [this note](https://github.com/input-output-hk/hackage.nix/blob/58d6ddbb7cb41518a2f61a6b1f123308f6eece76/default.nix#L2) for more details. - bump tool index state This PR is needed to remove an s-r-p on `quickcheck-dynamic` in #1413
2 parents 871093d + efa394a commit 2149720

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

cabal.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository cardano-haskell-packages
1414
-- update either of these.
1515
index-state:
1616
-- Bump this if you need newer packages from Hackage
17-
, hackage.haskell.org 2025-02-27T18:46:10Z
17+
, hackage.haskell.org 2025-03-18T17:41:11Z
1818
-- Bump this if you need newer packages from CHaP
1919
, cardano-haskell-packages 2025-02-28T01:28:51Z
2020

flake.lock

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
inputs.hackage.follows = "hackageNix";
1717
};
1818
hackageNix = {
19-
url = "github:input-output-hk/hackage.nix";
19+
url = "github:input-output-hk/hackage.nix?ref=for-stackage";
2020
flake = false;
2121
};
2222
CHaP = {

nix/tools.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ inputs: final: prev:
22

33
let
44
inherit (final) lib;
5-
tool-index-state = "2024-07-04T00:00:00Z";
5+
tool-index-state = "2025-03-18T17:41:11Z";
66
tool = name: version: other:
77
final.haskell-nix.tool final.hsPkgs.args.compiler-nix-name name ({
88
version = version;

0 commit comments

Comments
 (0)