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: aa4af45d3963
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9134c0206866
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 4, 2019

  1. ghc: use system libffi

    Use the system `libffi` (`ie` nixpkgs's) instead of built-in libffi
    from ghc source tree.
    
    This will prevent library conflict when ghc dynamically links haskell
    packages (linked with ghc built-in libffi) and any external library
    which uses nixpkgs `libffi`.
    guibou committed Feb 4, 2019
    Copy the full SHA
    33fefc7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #55208 from guibou/ghc_no_libffi

    ghc: use system `libffi`
    peti committed Feb 4, 2019
    Copy the full SHA
    9134c02 View commit details
    Browse the repository at this point in the history