Remove unnecessary Haskell dependencies

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

View File

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