Skip to content

Commit c0735c1

Browse files
authored
Merge pull request #1323 from peterbecich/nix-cabal-3.12
fix Nix Flake for Cabal 3.12.1.0
2 parents 8a8d739 + e9831a7 commit c0735c1

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

flake.lock

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

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
ap-normalize.check = false;
4848
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
4949
tar = { super, ... }:
50-
{ custom = _: super.tar_0_6_2_0; };
51-
# tasty = { super, ... }:
52-
# { custom = _: super.tasty_1_5; };
50+
{ custom = _: super.tar_0_6_3_0; };
51+
hackage-security = { super, ... }:
52+
{ custom = _: super.hackage-security_0_6_2_6; };
5353
};
5454
packages = {
5555
# https://community.flake.parts/haskell-flake/dependency#path

0 commit comments

Comments
 (0)