1
0

Update Haskell and Flake dependencies

This commit is contained in:
2025-08-04 22:05:05 -04:00
parent 23c65a00a8
commit f511d1c0ea
2 changed files with 4 additions and 4 deletions

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