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

Commits on Apr 16, 2020

  1. Copy the full SHA
    d3a4598 View commit details

Commits on Apr 17, 2020

  1. Merge pull request #85403 from turion/haskell-updates

    haskell simple-affine-space: Disable test suite
    cdepillabout authored Apr 17, 2020
    Copy the full SHA
    f2ab522 View commit details
Showing with 3 additions and 2 deletions.
  1. +3 −0 pkgs/development/haskell-modules/configuration-common.nix
  2. +0 −2 pkgs/development/haskell-modules/configuration-hackage2nix.yaml
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
@@ -177,6 +177,9 @@ self: super: {
# Test suite build depends on ancient tasty 0.11.x.
cryptohash-sha512 = dontCheck super.cryptohash-sha512;

# Test suite depends on source code being available
simple-affine-space = dontCheck super.simple-affine-space;

# https://github.com/kazu-yamamoto/simple-sendfile/issues/17
simple-sendfile = dontCheck super.simple-sendfile;

Original file line number Diff line number Diff line change
@@ -4332,7 +4332,6 @@ broken-packages:
- duet
- dumb-cas
- dump-core
- dunai
- dunai-core
- dunai-test
- Dung
@@ -9188,7 +9187,6 @@ broken-packages:
- simgi
- simple
- simple-actors
- simple-affine-space
- simple-atom
- simple-bluetooth
- simple-c-value