Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f2a376f52a49e1cc563b9a3d34a8be9194a33bcd
      
https://github.com/NixOS/nixpkgs/commit/f2a376f52a49e1cc563b9a3d34a8be9194a33bcd
  Author: Peter Simons <[email protected]>
  Date:   2015-02-13 (Fri, 13 Feb 2015)

  Changed paths:
    M pkgs/development/libraries/gmp/5.1.x.nix
    M pkgs/top-level/all-packages.nix
    M pkgs/top-level/haskell-ng.nix

  Log Message:
  -----------
  Enable static libraries in "gmp" to allow static linking of Haskell programs.

Haskell programs depend on gmp to implement the unbounded Integer type. Without
static variants of gmp we cannot build statically linked Haskell programs, what
some users have found desirable in the past. So far, we've used an override to
derive our own copy of gmp in the Haskell ecosystem, but this patch ends the
dichotomy between Haskell and the rest of Nixpkgs by enabling static gmp
libraries in the default build default.


  Commit: ef6b18c0ecc4f484e0ee31144527be7ff6c42697
      
https://github.com/NixOS/nixpkgs/commit/ef6b18c0ecc4f484e0ee31144527be7ff6c42697
  Author: Peter Simons <[email protected]>
  Date:   2015-02-13 (Fri, 13 Feb 2015)

  Changed paths:
    M pkgs/development/libraries/gmp/5.1.x.nix
    M pkgs/top-level/all-packages.nix
    M pkgs/top-level/haskell-ng.nix

  Log Message:
  -----------
  Merge pull request #5855 from peti/dont-use-special-gmp-variant-for-haskell

Enable static libraries in "gmp" to allow static linking of Haskell programs.


Compare: https://github.com/NixOS/nixpkgs/compare/600135bba506...ef6b18c0ecc4
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to