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 e1aed11Copy full SHA for e1aed11
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, ... }:
0 commit comments