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

Commits on Feb 27, 2017

  1. Configuration menu
    Copy the full SHA
    172a2bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aa6d77 View commit details
    Browse the repository at this point in the history
  3. haskell: break dependency cycle between QuickCheck and semigroups for…

    … GHC < 8
    
    The cycle:
    QuickCheck -> semigroups
    semigroups -> hashable
    semigroups -> unordered-containers
    unordered-containers -> hashable
    unordered-containers -> QuickCheck # test suite only
    hashable -> QuickCheck # test suite only
    ljli committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    24c9361 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    386ddc7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #23250 from ljli/ghc710-pkgs-fixes

    haskell: ghc710 packages cleanup
    peti committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    d2e8ded View commit details
    Browse the repository at this point in the history