Remove unnecessary Haskell dependencies

This commit is contained in:
Bill Ewanick 2023-08-11 15:14:49 -04:00
parent e45f59f02f
commit 15b54d63e9

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 {