Skip to content

Commit b7ce3d7

Browse files
committed
nix flake update
1 parent 7b34592 commit b7ce3d7

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

.github/workflows/nix-flake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os:
1515
- ubuntu-latest
16-
- macos-latest
16+
# - macos-latest
1717
name: Nix on ${{ matrix.os }}
1818
runs-on: ${{ matrix.os }}
1919
steps:

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
@@ -42,14 +42,22 @@
4242
};
4343
packages.default = config.packages.hackage-server;
4444
haskellProjects.default = {
45+
# basePackages = pkgs.haskell.packages.ghc98;
4546
settings = {
46-
hackage-server.check = false;
47-
ap-normalize.check = false;
47+
hackage-server.check = true;
4848
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
4949
tar = { super, ... }:
50-
{ custom = _: super.tar_0_6_2_0; };
51-
# tasty = { super, ... }:
52-
# { custom = _: super.tasty_1_5; };
50+
{ custom = _: super.tar_0_6_3_0; };
51+
# tls = { super, ... }:
52+
# { custom = _: super.tls_2_0_2; };
53+
# tls-session-manager = { super, ... }:
54+
# { custom = _: super.tls-session-manager_0_0_5; };
55+
tasty = { super, ... }:
56+
{ custom = _: super.tasty_1_5_1; };
57+
logict.jailbreak = true;
58+
integer-logarithms.jailbreak = true;
59+
time-compat.jailbreak = true;
60+
indexed-traversable-instances.jailbreak = true;
5361
};
5462
packages = {
5563
# https://community.flake.parts/haskell-flake/dependency#path

0 commit comments

Comments
 (0)