From e4633b8a6808d8ecfd03d5f566ff05188f775ba0 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Sat, 8 May 2021 00:29:32 +0200 Subject: [PATCH] haskellPackages.haggle: remove unnecessary override Upstream was very quick about relaxing the bound on ref-tf. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a84c34df7b0..2ddce1a5514 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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