haskellPackages.hyper-extra: unbreak

https://github.com/HeinrichApfelmus/hyper-haskell/issues/42
wip/little-gl
sternenseemann 3 years ago committed by sterni
parent 48ba23210b
commit 517662d02d
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix
  2. 2
      pkgs/development/haskell-modules/configuration-hackage2nix.yaml
  3. 4
      pkgs/development/haskell-modules/hackage-packages.nix

@ -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

@ -7111,8 +7111,6 @@ broken-packages:
- hylolib
- hylotab
- hyloutils
- hyper-extra
- hyper-haskell-server
- hyperdrive
- hyperfunctions
- hyperion

@ -145465,8 +145465,6 @@ self: {
];
description = "Display instances for the HyperHaskell graphical Haskell interpreter";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hyper-haskell-server" = callPackage
@ -145486,8 +145484,6 @@ self: {
];
description = "Server back-end for the HyperHaskell graphical Haskell interpreter";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hyperdrive" = callPackage

Loading…
Cancel
Save