haskellPackages.hyper-extra: unbreak

https://github.com/HeinrichApfelmus/hyper-haskell/issues/42
This commit is contained in:
sternenseemann
2021-05-04 13:59:26 +02:00
committed by sterni
parent 48ba23210b
commit 517662d02d
3 changed files with 4 additions and 6 deletions
@@ -1806,4 +1806,8 @@ self: super: {
ihaskell-display = doJailbreak super.ihaskell-display;
ihaskell-basic = doJailbreak super.ihaskell-basic;
# too strict bounds on QuickCheck
# https://github.com/HeinrichApfelmus/hyper-haskell/issues/42
hyper-extra = doJailbreak super.hyper-extra;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super