haskellPackages.cabal-helper: Jailbreak restrictive bounds. [Fixes #45515]

wip/yesman
Will Fancher 6 years ago
parent bd4b8a4c82
commit 2ebc3034d3
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -1159,4 +1159,7 @@ self: super: {
# https://github.com/danfran/cabal-macosx/issues/13
cabal-macosx = dontCheck super.cabal-macosx;
# https://github.com/DanielG/cabal-helper/issues/59
cabal-helper = doJailbreak super.cabal-helper;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save