79696446

Date: 2025-07-10 03:29:28
Score: 2
Natty:
Report link
project = pkgs.haskell-nix.cabalProject {
          src = ./.;
          compiler-nix-name = "ghc964";
          cabalProjectLocal = ''
            packages: Vendor/google-oauth2
          '';
        };

Works. haskell.nix's staff helped me. https://github.com/input-output-hk/haskell.nix/issues/2411

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: zichao liu