Skip to content

Commit

Permalink
chore(nix): bump dependencies
Browse files Browse the repository at this point in the history
Also, add a fix for this `haskell.nix` change:

input-output-hk/haskell.nix@61fbe40

Signed-off-by: Drew Hess <src@drewhess.com>
  • Loading branch information
dhess committed Nov 2, 2024
1 parent fb21665 commit 6716501
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 54 deletions.
108 changes: 54 additions & 54 deletions flake.lock

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

11 changes: 11 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,17 @@
doHoogle = true;
}
{
# Some packages are not visible to haskell.nix's planner, and need
# to be added manually.
#
# Ref:
# https://github.com/input-output-hk/haskell.nix/commit/61fbe408c01b6d61d010e6fb8e78bd19b5b025cc
package-keys = [
"bytestring-builder"
"diagrams"
"fail"
];

# These packages don't generate HIE files. See:
# https://github.com/input-output-hk/haskell.nix/issues/1242
packages.mtl-compat.writeHieFiles = false;
Expand Down

0 comments on commit 6716501

Please sign in to comment.