haskellPackages.reactive-banana: unbreak
Co-authored-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
7f31ab271c
commit
bd103151ea
@ -1949,4 +1949,8 @@ EOT
|
||||
testTarget = "libarchive-test --test-options='-j1'";
|
||||
};
|
||||
|
||||
# unrestrict bounds for hashable and semigroups
|
||||
# https://github.com/HeinrichApfelmus/reactive-banana/issues/215
|
||||
reactive-banana = doJailbreak super.reactive-banana;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
@ -3798,7 +3798,6 @@ broken-packages:
|
||||
- react-haskell
|
||||
- reaction-logic
|
||||
- reactive-bacon
|
||||
- reactive-banana
|
||||
- reactive-thread
|
||||
- react-tutorial-haskell-server
|
||||
- readability
|
||||
|
@ -216649,8 +216649,6 @@ self: {
|
||||
];
|
||||
description = "Library for functional reactive programming (FRP)";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"reactive-banana-automation" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user