with import {}; stdenv.mkDerivation { name = "f-hs"; buildInputs = [ (pkgs.haskellPackages.ghcWithPackages (pkgs: [ ])) ]; }