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

Commits on May 9, 2018

  1. haskellPackages.blank-canvas_0_6_2: dontCheck

    Same reason as 2d01bb7, but for the
    specific-version package.
    endgame committed May 9, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    bruth Byron Ruth
    Copy the full SHA
    33bc4a7 View commit details
  2. Merge pull request #40198 from endgame/dontCheck-blank-canvas_0_6_2

    haskellPackages.blank-canvas_0_6_2: dontCheck
    peti authored May 9, 2018
    Copy the full SHA
    85fc833 View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 pkgs/development/haskell-modules/configuration-nix.nix
1 change: 1 addition & 0 deletions pkgs/development/haskell-modules/configuration-nix.nix
Original file line number Diff line number Diff line change
@@ -502,6 +502,7 @@ self: super: builtins.intersectAttrs super {

# Tests require a browser: https://github.com/ku-fpg/blank-canvas/issues/73
blank-canvas = dontCheck super.blank-canvas;
blank-canvas_0_6_2 = dontCheck super.blank-canvas_0_6_2;

# cabal2nix generates a dependency on base-compat, which is the wrong version
base-compat-batteries = super.base-compat-batteries.override {