1
0
Fork 0

Update Haskell and Flake dependencies

main
Bill Ewanick 2025-08-04 22:05:05 -04:00
parent 23c65a00a8
commit f511d1c0ea
2 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1740828860,
"narHash": "sha256-cjbHI+zUzK5CPsQZqMhE3npTyYFt9tJ3+ohcfaOF/WM=",
"lastModified": 1754214453,
"narHash": "sha256-Q/I2xJn/j1wpkGhWkQnm20nShYnG7TI99foDBpXm1SY=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "303bd8071377433a2d8f76e684ec773d70c5b642",
"rev": "5b09dc45f24cf32316283e62aec81ffee3c3e376",
"type": "github"
},
"original": {

View File

@ -39,7 +39,7 @@
let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
ghc' = pkgs.haskell.packages.ghc928.ghcWithHoogle (
ghc' = pkgs.haskell.packages.ghc984.ghcWithHoogle (
self: with self; [
relude
split