Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ repository cardano-haskell-packages
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee

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

packages:
cardano-db
Expand Down Expand Up @@ -85,10 +85,6 @@ if impl (ghc >= 9.12)
-- https://github.com/kapralVV/Unique/issues/11
, Unique:hashable

-- https://github.com/haskellari/postgresql-simple/issues/152
, postgresql-simple:base
, postgresql-simple:template-haskell

-- The two following one-liners will cut off / restore the remainder of this file (for nix-shell users):
-- when using the "cabal" wrapper script provided by nix-shell.
-- --------------------------- 8< --------------------------
Expand Down
13 changes: 6 additions & 7 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 @@ -9,7 +9,7 @@
inputs.hackage.follows = "hackageNix";
};
hackageNix = {
url = "github:input-output-hk/hackage.nix?ref=for-stackage";
url = "github:input-output-hk/hackage.nix";
flake = false;
};
iohkNix = {
Expand Down
Loading