Skip to content

Commit

Permalink
nix flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbecich committed Apr 6, 2024
1 parent 0b20673 commit 8db6911
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 13 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,26 @@
# has only one.
packages.default = config.packages.hackage-server;
haskellProjects.default = {
basePackages = pkgs.haskell.packages.ghc98;
settings = {
hackage-server.check = false;
ap-normalize.check = false;
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
tar = { super, ... }:
{ custom = _: super.tar_0_6_1_0; };
# tasty = { super, ... }:
# { custom = _: super.tasty_1_5; };
{ custom = _: super.tar_0_6_2_0; };
tls = { super, ... }:
{ custom = _: super.tls_2_0_1; };
tls-session-manager = { super, ... }:
{ custom = _: super.tls-session-manager_0_0_5; };
tasty = { super, ... }:
{ custom = _: super.tasty_1_5; };
logict.jailbreak = true;
integer-logarithms.jailbreak = true;
time-compat.jailbreak = true;
indexed-traversable-instances.jailbreak = true;
};
packages = {
# https://community.flake.parts/haskell-flake/dependency#path
tls.source = "1.9.0";
# tls.source = "1.9.0";
};
devShell = {
tools = hp: {
Expand Down

0 comments on commit 8db6911

Please sign in to comment.