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: 61508b5d92d7
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
  • 2 commits
  • 2 files changed
  • 2 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 14, 2019

  1. Merge pull request #62876 from endgame/unbreak-reflex

    haskellPackages.reflex: dontCheck
    peti authored Jun 14, 2019
    Copy the full SHA
    6917433 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −0 pkgs/development/haskell-modules/configuration-common.nix
  2. +0 −1 pkgs/development/haskell-modules/configuration-hackage2nix.yaml
1 change: 1 addition & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
@@ -357,6 +357,7 @@ self: super: {
pwstore-cli = dontCheck super.pwstore-cli;
quantities = dontCheck super.quantities;
redis-io = dontCheck super.redis-io;
reflex = dontCheck super.reflex; # test suite uses hlint, which has different haskell-src-exts version
rethinkdb = dontCheck super.rethinkdb;
Rlang-QQ = dontCheck super.Rlang-QQ;
safecopy = dontCheck super.safecopy;
Original file line number Diff line number Diff line change
@@ -8146,7 +8146,6 @@ broken-packages:
- refh
- refined
- reflection-extras
- reflex
- reflex-animation
- reflex-backend-wai
- reflex-basic-host