Skip to content

Commit e49508c

Browse files
authored
Merge pull request #1993 from IntersectMBO/erikd/index-state
cabal.project: Update index-state and remove un-needed allow-newer
2 parents 0c4fffa + 9731ef4 commit e49508c

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

cabal.project

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repository cardano-haskell-packages
1010
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee
1111

1212
index-state:
13-
, hackage.haskell.org 2025-06-26T20:35:31Z
14-
, cardano-haskell-packages 2025-06-25T13:51:34Z
13+
, hackage.haskell.org 2025-08-03T21:32:16Z
14+
, cardano-haskell-packages 2025-07-30T14:13:57Z
1515

1616
packages:
1717
cardano-db
@@ -85,10 +85,6 @@ if impl (ghc >= 9.12)
8585
-- https://github.com/kapralVV/Unique/issues/11
8686
, Unique:hashable
8787

88-
-- https://github.com/haskellari/postgresql-simple/issues/152
89-
, postgresql-simple:base
90-
, postgresql-simple:template-haskell
91-
9288
-- The two following one-liners will cut off / restore the remainder of this file (for nix-shell users):
9389
-- when using the "cabal" wrapper script provided by nix-shell.
9490
-- --------------------------- 8< --------------------------

flake.lock

Lines changed: 6 additions & 7 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
@@ -9,7 +9,7 @@
99
inputs.hackage.follows = "hackageNix";
1010
};
1111
hackageNix = {
12-
url = "github:input-output-hk/hackage.nix?ref=for-stackage";
12+
url = "github:input-output-hk/hackage.nix";
1313
flake = false;
1414
};
1515
iohkNix = {

0 commit comments

Comments
 (0)