haskellPackages.reflex-dom and dependencies: Fix build

This commit is contained in:
Malte Brandy
2020-06-13 23:01:44 +02:00
committed by Peter Simons
parent cdda16b1b1
commit b4723d2156
3 changed files with 65 additions and 9 deletions

View File

@@ -187807,8 +187807,6 @@ self: {
testHaskellDepends = [ base directory filemanip filepath hlint ];
description = "Infrastructure for writing patches which act on other types";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"patch-combinators" = callPackage
@@ -207627,8 +207625,6 @@ self: {
];
description = "Higher-order Functional Reactive Programming";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"reflex-animation" = callPackage
@@ -207735,7 +207731,7 @@ self: {
];
description = "Functional Reactive Web Apps with Reflex";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ maralorn ];
}) {};
"reflex-dom-colonnade" = callPackage