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 3ccc264 commit 4a3dc1dCopy full SHA for 4a3dc1d
flake.nix
@@ -42,7 +42,7 @@
42
};
43
packages.default = config.packages.hackage-server;
44
haskellProjects.default = {
45
- basePackages = pkgs.haskell.packages.ghc910;
+ basePackages = pkgs.haskell.packages.ghc912;
46
settings = {
47
hackage-server.check = false;
48
@@ -63,6 +63,7 @@
63
{ custom = _: super.Diff_1_0_2; };
64
65
threads.check = false;
66
+ unicode-data.check = false;
67
tree-diff.check = false;
68
69
ormolu = { super, ... }:
@@ -74,6 +75,9 @@
74
75
jailbreak = true;
76
77
78
+ brick = { super, ... }:
79
+ { custom = _: super.brick_2_9; };
80
+
81
hlint = { super, ... }:
82
{ custom = _: super.hlint_3_10; };
83
ghc-lib-parser-ex = { super, ... }:
0 commit comments