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: 4b137c9418d8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e4633b8a6808
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 7, 2021

  1. haskellPackages.haggle: remove unnecessary override

    Upstream was very quick about relaxing the bound on ref-tf.
    sternenseemann committed May 7, 2021
    Copy the full SHA
    e4633b8 View commit details
Showing with 0 additions and 4 deletions.
  1. +0 −4 pkgs/development/haskell-modules/configuration-common.nix
4 changes: 0 additions & 4 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
@@ -1881,8 +1881,4 @@ self: super: {
sha256 = "10npa8nh2413n6p6qld795qfkbld08icm02bspmk93y0kabpgmgm";
});

# Too strict bounds on ref-tf
# https://github.com/travitch/haggle/issues/4
haggle = doJailbreak super.haggle;

} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super