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
base: 64bc63d86821
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3e02e7f49bf1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 4, 2019

  1. ghc863: dont add extra libs

    Don’t add -liconv to LDFLAGS automatically so that GHC will add it itself.
    
    Merged in pull request #56795 from @matthewbauer.
    matthewbauer committed Mar 4, 2019
    Copy the full SHA
    906d432 View commit details
    Browse the repository at this point in the history
  2. ghc843: dont add -liconv to flags

    Don’t add -liconv to LDFLAGS automatically so that GHC will add it
    itself.
    
    This was previously done in other compilers but this one is missing it.
    matthewbauer committed Mar 4, 2019
    Copy the full SHA
    3e02e7f View commit details
    Browse the repository at this point in the history