Remove unnecessary Haskell dependencies

main
Bill Ewanick 2023-08-11 15:14:49 -04:00
parent e45f59f02f
commit 15b54d63e9
1 changed files with 0 additions and 4 deletions

View File

@ -17,11 +17,7 @@
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
ghc' = pkgs.haskellPackages.ghcWithHoogle (self: with self; [ ghc' = pkgs.haskellPackages.ghcWithHoogle (self: with self; [
dhall
hakyll hakyll
neat-interpolation
random
split
]); ]);
in in
rec { rec {