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: b30b8f9f699d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6917433fb20b
Choose a head ref
  • 6 commits
  • 4 files changed
  • 4 contributors

Commits on Jun 9, 2019

  1. haskellPackages.reflex: dontCheck

    Reflex uses hlint in its test suite, failing the build if there are
    any lint warnings. hlint depends on a newer haskell-src-exts than the
    rest of the nixpkgs haskell infrastructure, so this avoids reflex
    dependening on multiple versions of haskell-src-exts, which would
    otherwise abort the build.
    endgame committed Jun 9, 2019
    Copy the full SHA
    5e41156 View commit details

Commits on Jun 11, 2019

  1. Copy the full SHA
    c382915 View commit details

Commits on Jun 14, 2019

  1. rPackages.git2r: Use system libgit2

    Otherwise git2r builds a bundled libgit2
    jabranham committed Jun 14, 2019
    Copy the full SHA
    00b202e View commit details
  2. Merge pull request #63129 from jabranham/r-git2r

    rPackages.git2r: Use system libgit2
    peti authored Jun 14, 2019
    Copy the full SHA
    d9d29d9 View commit details
  3. Merge pull request #63001 from Infinisil/update/ghcHEAD

    haskell.compiler.ghcHEAD: 20190115 -> 20190601
    peti authored Jun 14, 2019
    Copy the full SHA
    61508b5 View commit details
  4. Merge pull request #62876 from endgame/unbreak-reflex

    haskellPackages.reflex: dontCheck
    peti authored Jun 14, 2019
    Copy the full SHA
    6917433 View commit details
Loading