We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0de63c commit adfcbd9Copy full SHA for adfcbd9
flake.nix
@@ -52,6 +52,8 @@
52
{ custom = _: super.Cabal_3_12_1_0; };
53
Cabal-syntax = { super, ... }:
54
{ custom = _: super.Cabal-syntax_3_12_1_0; };
55
+ cabal-install = { super, ... }:
56
+ { custom = _: super.cabal-install_3_12_1_0; };
57
hackage-security = { super, ... }:
58
{ custom = _: super.hackage-security_0_6_2_6; };
59
# tasty = { super, ... }:
@@ -60,6 +62,7 @@
60
62
packages = {
61
63
# https://community.flake.parts/haskell-flake/dependency#path
64
# tls.source = "1.9.0";
65
+ # cabal-install.source = "3.12.1.0";
66
};
67
devShell = {
68
tools = hp: {
0 commit comments