1
1
Fork 0

Remove unneeded Haskell libs

Bill Ewanick 2023-08-11 20:26:36 -04:00
parent 7484900126
commit 57a90c89e7
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 {