{ ghc, nixpkgs ? (import {}) }: let inherit (nixpkgs) haskell pkgs; in haskell.lib.buildStackProject { inherit ghc; name = "stackenv"; buildInputs = with pkgs; [ zlib ]; }