Skip to content

Commit c0de63c

Browse files
committed
update Nix Flake with Cabal 3.12
1 parent 8a8d739 commit c0de63c

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,13 @@
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; };
50+
{ custom = _: super.tar_0_6_3_0; };
51+
Cabal = { super, ... }:
52+
{ custom = _: super.Cabal_3_12_1_0; };
53+
Cabal-syntax = { super, ... }:
54+
{ custom = _: super.Cabal-syntax_3_12_1_0; };
55+
hackage-security = { super, ... }:
56+
{ custom = _: super.hackage-security_0_6_2_6; };
5157
# tasty = { super, ... }:
5258
# { custom = _: super.tasty_1_5; };
5359
};

0 commit comments

Comments
 (0)