Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: dfcc9e2994eba3544ddfe303be5128ff17195ca6
      
https://github.com/NixOS/nixpkgs/commit/dfcc9e2994eba3544ddfe303be5128ff17195ca6
  Author: Bas van Dijk <[email protected]>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M doc/languages-frameworks/haskell.md
    M pkgs/development/compilers/ghc/7.10.2.nix
    M pkgs/development/compilers/ghc/7.10.3.nix
    M pkgs/development/compilers/ghc/7.2.2.nix
    M pkgs/development/compilers/ghc/7.4.2.nix
    M pkgs/development/compilers/ghc/7.6.3.nix
    M pkgs/development/compilers/ghc/7.8.3.nix
    M pkgs/development/compilers/ghc/7.8.4.nix
    M pkgs/development/compilers/ghc/8.0.1.nix
    M pkgs/development/compilers/ghc/8.0.2.nix
    M pkgs/development/compilers/ghc/head.nix
    M pkgs/top-level/haskell-packages.nix

  Log Message:
  -----------
  ghc: support building with integer-simple and provide package sets for it

If the flag enableIntegerSimple is true GHC will be build with the GPL-free but
slower integer-simple library instead of the faster but GPLed integer-gmp
library.

The attribute `pkgs.haskell.compiler.integer-simple."${ghcVersion}"` provides a
GHC compiler build with `integer-simple`.

Similarly, the attribute `pkgs.haskell.packages.integer-simple."${ghcVersion}"`
provides a package set supporting `integer-simple`.

Closes https://github.com/NixOS/nixpkgs/pull/22121.
Closes https://github.com/NixOS/nixpkgs/issues/5493.


  Commit: 75a4679548aef2062babe669da27471af3dbcae2
      
https://github.com/NixOS/nixpkgs/commit/75a4679548aef2062babe669da27471af3dbcae2
  Author: Peter Simons <[email protected]>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M pkgs/top-level/haskell-packages.nix

  Log Message:
  -----------
  Recurse from haskell.compiler into haskell.compiler.integer-simple on Hydra.

This ensures that the gmp-free compiler variants are compiled on
hydra.nixos.org, too.


Compare: https://github.com/NixOS/nixpkgs/compare/8a0d1bcf8bcc...75a4679548ae
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to