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