Skip to content

Commit a4867fb

Browse files
committed
nix flake update
1 parent 0b20673 commit a4867fb

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

flake.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+13-5
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,26 @@
1919
# has only one.
2020
packages.default = config.packages.hackage-server;
2121
haskellProjects.default = {
22+
# basePackages = pkgs.haskell.packages.ghc98;
2223
settings = {
2324
hackage-server.check = false;
24-
ap-normalize.check = false;
2525
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
2626
tar = { super, ... }:
27-
{ custom = _: super.tar_0_6_1_0; };
28-
# tasty = { super, ... }:
29-
# { custom = _: super.tasty_1_5; };
27+
{ custom = _: super.tar_0_6_2_0; };
28+
tls = { super, ... }:
29+
{ custom = _: super.tls_2_0_1; };
30+
tls-session-manager = { super, ... }:
31+
{ custom = _: super.tls-session-manager_0_0_5; };
32+
tasty = { super, ... }:
33+
{ custom = _: super.tasty_1_5; };
34+
logict.jailbreak = true;
35+
integer-logarithms.jailbreak = true;
36+
time-compat.jailbreak = true;
37+
indexed-traversable-instances.jailbreak = true;
3038
};
3139
packages = {
3240
# https://community.flake.parts/haskell-flake/dependency#path
33-
tls.source = "1.9.0";
41+
# tls.source = "1.9.0";
3442
};
3543
devShell = {
3644
tools = hp: {

0 commit comments

Comments
 (0)