haskellPackages.reactive-banana: unbreak

Co-authored-by: sterni <sternenseemann@systemli.org>
master
ernestkz 2021-06-06 02:45:12 +01:00 committed by sternenseemann
parent 7f31ab271c
commit bd103151ea
3 changed files with 4 additions and 3 deletions

View File

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

View File

@ -3798,7 +3798,6 @@ broken-packages:
- react-haskell
- reaction-logic
- reactive-bacon
- reactive-banana
- reactive-thread
- react-tutorial-haskell-server
- readability

View File

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