haskellPackages.hyper-extra: unbreak
https://github.com/HeinrichApfelmus/hyper-haskell/issues/42
This commit is contained in:
parent
48ba23210b
commit
517662d02d
@ -1806,4 +1806,8 @@ self: super: {
|
|||||||
ihaskell-display = doJailbreak super.ihaskell-display;
|
ihaskell-display = doJailbreak super.ihaskell-display;
|
||||||
ihaskell-basic = doJailbreak super.ihaskell-basic;
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -7111,8 +7111,6 @@ broken-packages:
|
|||||||
- hylolib
|
- hylolib
|
||||||
- hylotab
|
- hylotab
|
||||||
- hyloutils
|
- hyloutils
|
||||||
- hyper-extra
|
|
||||||
- hyper-haskell-server
|
|
||||||
- hyperdrive
|
- hyperdrive
|
||||||
- hyperfunctions
|
- hyperfunctions
|
||||||
- hyperion
|
- hyperion
|
||||||
|
@ -145465,8 +145465,6 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Display instances for the HyperHaskell graphical Haskell interpreter";
|
description = "Display instances for the HyperHaskell graphical Haskell interpreter";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hyper-haskell-server" = callPackage
|
"hyper-haskell-server" = callPackage
|
||||||
@ -145486,8 +145484,6 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Server back-end for the HyperHaskell graphical Haskell interpreter";
|
description = "Server back-end for the HyperHaskell graphical Haskell interpreter";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hyperdrive" = callPackage
|
"hyperdrive" = callPackage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user