haskellPackages.rapid: remove broken flag
Base dependency bumped to <4.18 in version 0.1.5 Co-authored-by: sternenseemann <sternenseemann@systemli.org>
This commit is contained in:
parent
e1f960663e
commit
66ea46be07
2 changed files with 0 additions and 3 deletions
|
@ -4530,7 +4530,6 @@ broken-packages:
|
|||
- rangemin # failure in job https://hydra.nixos.org/build/233244031 at 2023-09-02
|
||||
- rank1dynamic # failure in job https://hydra.nixos.org/build/233229881 at 2023-09-02
|
||||
- rank-product # failure in job https://hydra.nixos.org/build/233239589 at 2023-09-02
|
||||
- rapid # failure in job https://hydra.nixos.org/build/233223077 at 2023-09-02
|
||||
- rapid-term # failure in job https://hydra.nixos.org/build/233251731 at 2023-09-02
|
||||
- Rasenschach # failure in job https://hydra.nixos.org/build/234445901 at 2023-09-13
|
||||
- rating-chgk-info # failure in job https://hydra.nixos.org/build/233598034 at 2023-09-02
|
||||
|
|
|
@ -249007,8 +249007,6 @@ self: {
|
|||
];
|
||||
description = "Rapid prototyping with GHCi: hot reloading of running components and reload-surviving values";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"rapid-term" = callPackage
|
||||
|
|
Loading…
Reference in a new issue