haskellPackages.reflex-dom and dependencies: Fix build
This commit is contained in:
committed by
Peter Simons
parent
cdda16b1b1
commit
b4723d2156
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user