Skip to content

Commit efa394a

Browse files
committed
Update Hackage index state
- bump the index state in `cabal.project` - update hackage.nix, use the legacy `for-stackage` branch - bump tool index state
1 parent 871093d commit efa394a

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
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

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)