Skip to content

Commit

Permalink
Update nix flake
Browse files Browse the repository at this point in the history
This still keeps nixpkgs on the 24.05 release, because 24.11 updates stack to version 3, which isn't currently being
used by ucm devs/CI. But it updates the dependencies in the flake.lock.

This does update hpack from 0.35.2 to 0.36.1. I think that this is probably fine, because I see checked-in files that
report that they were generated by hpack 0.36. But I also have no idea what I'm doing in the Haskell world.
  • Loading branch information
ceedubs committed Dec 2, 2024
1 parent d17b1f6 commit 5bde994
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 26 deletions.
85 changes: 60 additions & 25 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
vscodeSettings."haskell.toolchain"
## There are some things we want to pin that the VS Code Haskell extension doesn’t let us control.
// {
hpack = "0.35.2";
hpack = "0.36.1";
ormolu = "0.7.2.0";
};
pkgs = import nixpkgs-haskellNix {
Expand Down

0 comments on commit 5bde994

Please sign in to comment.