Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 139b1377d4f9a8c943af79dd245ea9ecf6536567
      
https://github.com/NixOS/nixpkgs/commit/139b1377d4f9a8c943af79dd245ea9ecf6536567
  Author: Niklas Hambüchen <m...@nh2.me>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
    M pkgs/development/haskell-modules/generic-stack-builder.nix

  Log Message:
  -----------
  generic Haskell builder: Don't call `stack setup`.

`stack setup` should not be called inside `nix-build` because
that makes stack download a GHC instead of using nix's one
(the one provided `generic-stack-builder.nix` as the `ghc` argument),
which will not work.
Further evidence for this is that the `stack --nix` support
intentionally uses `--system-ghc` for the same purpose.


  Commit: cd4d91eb11f2e99476794ba708b50c7a4d11ef57
      
https://github.com/NixOS/nixpkgs/commit/cd4d91eb11f2e99476794ba708b50c7a4d11ef57
  Author: Peter Simons <sim...@cryp.to>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M pkgs/development/haskell-modules/generic-stack-builder.nix

  Log Message:
  -----------
  Merge pull request #25254 from 
nh2/generic-stack-builder-no-stack-setup-lts-8.3

generic Haskell builder: Don't call `stack setup`.


Compare: https://github.com/NixOS/nixpkgs/compare/a89a091b20fd...cd4d91eb11f2
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to