Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0028abeb4ed1
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2605149d158a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 30, 2016

  1. ghc-8.0.2: drop use of the obsolete response file patch

    Our gcc wrapper has been fixed to deal with those files properly.
    peti committed Nov 30, 2016
    Copy the full SHA
    fb9f992 View commit details
  2. ghc-8.0.2: cosmetic

    peti committed Nov 30, 2016
    Copy the full SHA
    2605149 View commit details
Showing with 1 addition and 3 deletions.
  1. +1 −3 pkgs/development/compilers/ghc/8.0.2.nix
4 changes: 1 addition & 3 deletions pkgs/development/compilers/ghc/8.0.2.nix
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ let
downloadToTemp = true;
postFetch = ''
${patchutils}/bin/filterdiff --clean --strip-match=1 -x 'testsuite/*' "$downloadedFile" > "$out"
'';
''; # fix syntax highlighting: */
});
in
stdenv.mkDerivation rec {
@@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
};

patches = [
./ghc-HEAD-dont-pass-linker-flags-via-response-files.patch # https://github.com/NixOS/nixpkgs/issues/10752

# Already applied?
# ./relocation.patch
# Fix https://ghc.haskell.org/trac/ghc/ticket/12130